fix: remove wrong sizes from avatar

This commit is contained in:
RadoslavDimchev 2023-11-30 22:27:56 +02:00
parent 03185b1ae9
commit e652acc6ee

View File

@ -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>