mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-01 06:05:46 +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 { 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user