feat(sync-card-paired-device-card): add same min widths

This commit is contained in:
RadoslavDimchev 2024-04-18 20:24:47 +03:00 committed by Emil Ivanichkov
parent c2b19ea8bf
commit 845da9a985
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ const SyncStatusCard = ({
borderRadius: '10.1px',
borderWidth: '0.5px',
flex: '1',
minWidth: '200px',
}}
>
<XStack space={'$2'} alignItems="center" justifyContent={'space-between'}>

View File

@ -11,6 +11,7 @@ const PairedDeviceCard = () => {
borderRadius: '10.1px',
borderWidth: '0.5px',
flex: '1',
minWidth: '200px',
}}
>
<XStack space={'$2'} alignItems="center" justifyContent={'space-between'}>