Skip to content

Commit

Permalink
Merge pull request #38343 from ahmedGaber93/fix-38328
Browse files Browse the repository at this point in the history
[CP Staging] fix profile screen OfflineIndicator has extra margin ios
  • Loading branch information
yuwenmemon authored Mar 14, 2024
2 parents 2737e44 + 22fcfc8 commit 35e9e15
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 @@ -439,7 +439,7 @@ function InitialSettingsPage({session, userWallet, bankAccountList, fundList, wa

return (
<ScreenWrapper
style={[styles.w100]}
style={[styles.w100, styles.pb0]}
includePaddingTop={false}
includeSafeAreaPaddingBottom={false}
testID={InitialSettingsPage.displayName}
Expand Down

0 comments on commit 35e9e15

Please sign in to comment.