fix: size spacing between elements
This commit is contained in:
parent
2d123d7d3d
commit
9776fb8ab6
|
@ -52,7 +52,7 @@ const SyncStatus = ({
|
|||
}
|
||||
|
||||
return (
|
||||
<YStack space={'$2'}>
|
||||
<YStack space={'$1'}>
|
||||
<XStack style={{ justifyContent: 'space-between' }}>
|
||||
<Text size={11} color="#647084" weight="medium">
|
||||
Device Sync Status
|
||||
|
|
Loading…
Reference in New Issue