Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
voloshinskii committed Apr 12, 2024
1 parent 76a2b32 commit 8ed04ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mobile/src/core/Settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ export const Settings: FC = () => {
showsVerticalScrollIndicator={false}
contentContainerStyle={{
paddingBottom: paddingBottom + 16,
paddingTop: 16,
}}
scrollEventThrottle={16}
>
Expand All @@ -285,6 +284,7 @@ export const Settings: FC = () => {
rightContent={<Icon name="ic-chevron-right-16" />}
/>
</List>
<Spacer y={16} />
</>
) : null}
<List>
Expand Down

0 comments on commit 8ed04ce

Please sign in to comment.