fix(sync-status-page): remove margin top and end justify

This commit is contained in:
RadoslavDimchev 2024-02-05 22:50:04 +02:00 committed by Radoslav Dimchev
parent 80f8619ce0
commit 0d88d3db5f
1 changed files with 0 additions and 2 deletions

View File

@ -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 />