mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-18 14:26:39 +00:00
fix: remove wrong sizes from avatar
This commit is contained in:
parent
03185b1ae9
commit
e652acc6ee
@ -31,12 +31,12 @@ const CreateAvatar = () => {
|
|||||||
}, [emojiRef])
|
}, [emojiRef])
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<YStack my={16}>
|
<YStack>
|
||||||
<XStack space>
|
<XStack>
|
||||||
<LabelInputField labelText="Device Name" placeholderText="Stake and chips" />
|
<LabelInputField labelText="Device Name" placeholderText="Stake and chips" />
|
||||||
</XStack>
|
</XStack>
|
||||||
<XStack my={10} justifyContent={'space-between'}>
|
<XStack justifyContent={'space-between'}>
|
||||||
<YStack mr={60}>
|
<YStack>
|
||||||
<Text size={13} weight="regular" color={'#647084'}>
|
<Text size={13} weight="regular" color={'#647084'}>
|
||||||
Device Avatar
|
Device Avatar
|
||||||
</Text>
|
</Text>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user