This commit is contained in:
Hristo Nedelkov 2023-09-25 21:52:07 +03:00
parent a855b7d84f
commit 07f28e8c85
1 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@ const ConnectExistingInstance = () => {
<ClearIcon
size={16}
color="#A1ABBD"
onClick={()=>setEncryptedPassword('')}
onClick={() => setEncryptedPassword('')}
style={{ cursor: 'pointer' }}
/>
}
@ -67,7 +67,7 @@ const ConnectExistingInstance = () => {
Advanced Settings
</Text>
<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>
<Separator borderColor={'#e3e3e3'} />
<XStack>