Merge branch 'rd-hn.create-pair-device-page' of https://github.com/nimbus-gui/nimbus-gui into rd-hn.create-pair-device-page
This commit is contained in:
commit
c694c2cfa7
|
@ -12,7 +12,7 @@ type SyncStatusProps = {
|
|||
}
|
||||
const SyncStatus = ({ isPairing, timer, isAwaitingPairing }: SyncStatusProps) => {
|
||||
return (
|
||||
<YStack style={{ width: '584px' }} space={'$2'}>
|
||||
<YStack>
|
||||
<XStack style={{ justifyContent: 'space-between' }}>
|
||||
<Text size={11} color="#647084" weight="medium">
|
||||
Device Sync Status
|
||||
|
|
Loading…
Reference in New Issue