fix: container and width of device name input
This commit is contained in:
parent
0d8f60163a
commit
4fe6719a39
|
@ -34,9 +34,7 @@ const CreateAvatar = () => {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<YStack>
|
<YStack>
|
||||||
<XStack>
|
<LabelInputField labelText="Device Name" placeholderText="Stake and chips" width="100%" />
|
||||||
<LabelInputField labelText="Device Name" placeholderText="Stake and chips" width="95%" />
|
|
||||||
</XStack>
|
|
||||||
<XStack space={'$3'} justifyContent={'space-between'}>
|
<XStack space={'$3'} justifyContent={'space-between'}>
|
||||||
<YStack>
|
<YStack>
|
||||||
<Text size={13} weight="semibold" color={'#647084'}>
|
<Text size={13} weight="semibold" color={'#647084'}>
|
||||||
|
|
Loading…
Reference in New Issue