mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-08 01:23:33 +00:00
feat(paired-device-card): align main content to left
This commit is contained in:
parent
dae179e641
commit
713dd3ae38
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user