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
|
<YStack
|
||||||
space={'$4'}
|
space={'$4'}
|
||||||
style={{
|
style={{
|
||||||
justifyContent: 'end',
|
|
||||||
alignItems: 'start',
|
alignItems: 'start',
|
||||||
maxWidth: '100%',
|
maxWidth: '100%',
|
||||||
marginTop: '4.4rem',
|
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<NimbusLogo />
|
<NimbusLogo />
|
||||||
|
|
Loading…
Reference in New Issue