feat(paired-device-card): align main content to left

This commit is contained in:
RadoslavDimchev 2024-04-24 15:22:19 +03:00 committed by Emil Ivanichkov
parent dae179e641
commit 713dd3ae38

View File

@ -14,7 +14,8 @@ const PairedDeviceCard = () => {
minWidth: '200px',
}}
>
<XStack space={'$2'} alignItems="center" justifyContent={'space-between'}>
<XStack alignItems="center" justifyContent={'space-between'}>
<XStack space={'$2'} alignItems="center">
<Avatar
backgroundColor="pink"
type="icon"
@ -29,6 +30,7 @@ const PairedDeviceCard = () => {
Stake & Chips
</Text>
</YStack>
</XStack>
<InfoBadgeIcon size={20} color="#A1ABBD" cursor={'pointer'} />
</XStack>
</BorderBox>