feat: add button for pair with id

This commit is contained in:
RadoslavDimchev 2023-12-18 22:05:46 +02:00
parent 7ef5e5e688
commit 2199fe28e4
1 changed files with 3 additions and 0 deletions

View File

@ -57,6 +57,9 @@ const PairDevice = () => {
>
Connect via IP
</Button>
<Button icon={<CompleteIdIcon size={20} color="#2A4AF5" />} variant="outline">
Pair with ID
</Button>
</XStack>
</YStack>
</YStack>