fix icon
This commit is contained in:
parent
a855b7d84f
commit
07f28e8c85
|
@ -54,7 +54,7 @@ const ConnectExistingInstance = () => {
|
||||||
<ClearIcon
|
<ClearIcon
|
||||||
size={16}
|
size={16}
|
||||||
color="#A1ABBD"
|
color="#A1ABBD"
|
||||||
onClick={()=>setEncryptedPassword('')}
|
onClick={() => setEncryptedPassword('')}
|
||||||
style={{ cursor: 'pointer' }}
|
style={{ cursor: 'pointer' }}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
|
@ -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