fix icon
This commit is contained in:
parent
a855b7d84f
commit
07f28e8c85
|
@ -67,7 +67,7 @@ const ConnectExistingInstance = () => {
|
||||||
Advanced Settings
|
Advanced Settings
|
||||||
</Text>
|
</Text>
|
||||||
<XStack space={'$4'}>
|
<XStack space={'$4'}>
|
||||||
<Button icon={<CompleteIdIcon size={20} color="#2A4AF5" />} variant='outline' >Pair with ID </Button>
|
<Button icon={<CompleteIdIcon size={20} color='#2A4AF5' />} variant='outline' >Pair with ID </Button>
|
||||||
</XStack>
|
</XStack>
|
||||||
<Separator borderColor={'#e3e3e3'} />
|
<Separator borderColor={'#e3e3e3'} />
|
||||||
<XStack>
|
<XStack>
|
||||||
|
|
Loading…
Reference in New Issue