mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-23 09:49:17 +00:00
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…
x
Reference in New Issue
Block a user