fix: remove constant width

This commit is contained in:
RadoslavDimchev 2023-08-16 13:27:08 +03:00
parent d25c13396c
commit a88d7900e3
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ type SyncStatusProps = {
}
const SyncStatus = ({ isPairing, timer, isAwaitingPairing }: SyncStatusProps) => {
return (
<YStack style={{ width: '584px' }}>
<YStack>
<XStack space={'$4'} style={{ justifyContent: 'space-between' }}>
<Text size={11} color="#647084" weight="medium">
Device Sync Status