mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-21 00:40:09 +00:00
feat: add space and change width avatar
This commit is contained in:
parent
ea7df5702a
commit
0e9f62a4de
@ -35,7 +35,7 @@ const CreateAvatar = () => {
|
||||
<XStack>
|
||||
<LabelInputField labelText="Device Name" placeholderText="Stake and chips" />
|
||||
</XStack>
|
||||
<XStack justifyContent={'space-between'}>
|
||||
<XStack space={'$3'} justifyContent={'space-between'}>
|
||||
<YStack>
|
||||
<Text size={13} weight="semibold" color={'#647084'}>
|
||||
Device Avatar
|
||||
@ -64,7 +64,7 @@ const CreateAvatar = () => {
|
||||
</div>
|
||||
</XStack>
|
||||
</YStack>
|
||||
<YStack flexWrap="wrap" width="80%">
|
||||
<YStack flexWrap="wrap" width="73%">
|
||||
<Text size={13} weight="semibold" color={'#647084'}>
|
||||
Highlight Color
|
||||
</Text>
|
||||
|
Loading…
x
Reference in New Issue
Block a user