feat: style title logo component

This commit is contained in:
RadoslavDimchev 2023-09-18 19:14:03 +03:00
parent 04e1ad313a
commit 085dc7027b

View File

@ -1,16 +1,18 @@
import { Avatar, Text } from '@status-im/components' import { Avatar, Text } from '@status-im/components'
import { XStack, YStack } from 'tamagui' import { Stack, XStack, YStack } from 'tamagui'
const TitleLogo = () => { const TitleLogo = () => {
return ( return (
<XStack> <XStack space={'$2'}>
<Avatar <Stack style={{ marginTop: '3px' }}>
type="icon" <Avatar
size={32} type="icon"
icon={ size={32}
<img src={'/icons/dashboard-logo.png'} alt="dashboard-logo" style={{ width: '100%' }} /> icon={
} <img src={'/icons/dashboard-logo.png'} alt="dashboard-logo" style={{ width: '100%' }} />
/> }
/>
</Stack>
<YStack> <YStack>
<Text size={27} color="#09101C" weight={'semibold'}> <Text size={27} color="#09101C" weight={'semibold'}>
Nimbus Nimbus