feat: add space for advanced settings

This commit is contained in:
RadoslavDimchev 2023-12-05 23:54:30 +02:00
parent 35ef9baf86
commit 9483413c13

View File

@ -38,7 +38,7 @@ const PairDevice = () => {
/>
)}
{isPaired === false && (
<>
<YStack space={'$3'}>
<Separator borderColor={'#e3e3e3'} />
<YStack space={'$1'}>
<Text size={19} weight={'semibold'} color="#09101C">
@ -53,7 +53,7 @@ const PairDevice = () => {
</Button>
</XStack>
</YStack>
</>
</YStack>
)}
{isPaired && <CreateAvatar />}
<Separator borderColor={'#e3e3e3'} />