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,9 +1,10 @@
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'}>
<Stack style={{ marginTop: '3px' }}>
<Avatar <Avatar
type="icon" type="icon"
size={32} size={32}
@ -11,6 +12,7 @@ const TitleLogo = () => {
<img src={'/icons/dashboard-logo.png'} alt="dashboard-logo" style={{ width: '100%' }} /> <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