fix: remove space for sync status
This commit is contained in:
parent
eb5a1dbc42
commit
35ef9baf86
|
@ -52,7 +52,7 @@ const SyncStatus = ({
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<YStack space={'$1'}>
|
<YStack>
|
||||||
<XStack style={{ justifyContent: 'space-between' }}>
|
<XStack 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