mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-10 18:36:50 +00:00
feat: add space for advanced settings
This commit is contained in:
parent
35ef9baf86
commit
9483413c13
@ -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'} />
|
||||
|
Loading…
x
Reference in New Issue
Block a user