Skip to content

Commit

Permalink
Merge pull request #40218 from Krishna2323/krishna2323/issue/39471
Browse files Browse the repository at this point in the history
fix: Android - No bottom margin under the sign out button.
  • Loading branch information
bondydaa authored Apr 18, 2024
2 parents 168ce62 + 12b2256 commit fdca69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/settings/InitialSettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ function InitialSettingsPage({session, userWallet, bankAccountList, fundList, wa
ref={scrollViewRef}
onScroll={onScroll}
scrollEventThrottle={16}
style={[styles.w100, styles.pt4]}
contentContainerStyle={[styles.w100, styles.pt4]}
>
{headerContent}
{accountMenuItems}
Expand Down

0 comments on commit fdca69c

Please sign in to comment.