mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-20 16:30:34 +00:00
feat: style title logo component
This commit is contained in:
parent
04e1ad313a
commit
085dc7027b
@ -1,16 +1,18 @@
|
||||
import { Avatar, Text } from '@status-im/components'
|
||||
import { XStack, YStack } from 'tamagui'
|
||||
import { Stack, XStack, YStack } from 'tamagui'
|
||||
|
||||
const TitleLogo = () => {
|
||||
return (
|
||||
<XStack>
|
||||
<Avatar
|
||||
type="icon"
|
||||
size={32}
|
||||
icon={
|
||||
<img src={'/icons/dashboard-logo.png'} alt="dashboard-logo" style={{ width: '100%' }} />
|
||||
}
|
||||
/>
|
||||
<XStack space={'$2'}>
|
||||
<Stack style={{ marginTop: '3px' }}>
|
||||
<Avatar
|
||||
type="icon"
|
||||
size={32}
|
||||
icon={
|
||||
<img src={'/icons/dashboard-logo.png'} alt="dashboard-logo" style={{ width: '100%' }} />
|
||||
}
|
||||
/>
|
||||
</Stack>
|
||||
<YStack>
|
||||
<Text size={27} color="#09101C" weight={'semibold'}>
|
||||
Nimbus
|
||||
|
Loading…
x
Reference in New Issue
Block a user