fix: remove constant width
This commit is contained in:
parent
d25c13396c
commit
a88d7900e3
|
@ -11,7 +11,7 @@ type SyncStatusProps = {
|
||||||
}
|
}
|
||||||
const SyncStatus = ({ isPairing, timer, isAwaitingPairing }: SyncStatusProps) => {
|
const SyncStatus = ({ isPairing, timer, isAwaitingPairing }: SyncStatusProps) => {
|
||||||
return (
|
return (
|
||||||
<YStack style={{ width: '584px' }}>
|
<YStack>
|
||||||
<XStack space={'$4'} style={{ justifyContent: 'space-between' }}>
|
<XStack space={'$4'} style={{ justifyContent: 'space-between' }}>
|
||||||
<Text size={11} color="#647084" weight="medium">
|
<Text size={11} color="#647084" weight="medium">
|
||||||
Device Sync Status
|
Device Sync Status
|
||||||
|
|
Loading…
Reference in New Issue