feat(sync-card-paired-device-card): add same min widths
This commit is contained in:
parent
c2b19ea8bf
commit
845da9a985
|
@ -25,6 +25,7 @@ const SyncStatusCard = ({
|
|||
borderRadius: '10.1px',
|
||||
borderWidth: '0.5px',
|
||||
flex: '1',
|
||||
minWidth: '200px',
|
||||
}}
|
||||
>
|
||||
<XStack space={'$2'} alignItems="center" justifyContent={'space-between'}>
|
||||
|
|
|
@ -11,6 +11,7 @@ const PairedDeviceCard = () => {
|
|||
borderRadius: '10.1px',
|
||||
borderWidth: '0.5px',
|
||||
flex: '1',
|
||||
minWidth: '200px',
|
||||
}}
|
||||
>
|
||||
<XStack space={'$2'} alignItems="center" justifyContent={'space-between'}>
|
||||
|
|
Loading…
Reference in New Issue