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

(cherry picked from commit 35e9e15)
  • Loading branch information
yuwenmemon authored and OSBotify committed Mar 14, 2024
1 parent 36d4866 commit 852f87b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pages/settings/InitialSettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,12 @@ function InitialSettingsPage({session, userWallet, bankAccountList, fundList, wa

return (
<ScreenWrapper
<<<<<<< HEAD
style={[styles.w100, styles.pt4]}
=======
style={[styles.w100, styles.pb0]}
includePaddingTop={false}
>>>>>>> 35e9e15 (Merge pull request #38343 from ahmedGaber93/fix-38328)
includeSafeAreaPaddingBottom={false}
testID={InitialSettingsPage.displayName}
>
Expand Down

0 comments on commit 852f87b

Please sign in to comment.