fix(sync-status-page): remove margin top and end justify
This commit is contained in:
parent
80f8619ce0
commit
0d88d3db5f
|
@ -32,10 +32,8 @@ const DeviceSyncStatus = () => {
|
|||
<YStack
|
||||
space={'$4'}
|
||||
style={{
|
||||
justifyContent: 'end',
|
||||
alignItems: 'start',
|
||||
maxWidth: '100%',
|
||||
marginTop: '4.4rem',
|
||||
}}
|
||||
>
|
||||
<NimbusLogo />
|
||||
|
|
Loading…
Reference in New Issue