Skip to content

Commit

Permalink
Merge pull request #36452 from software-mansion-labs/update-account-s…
Browse files Browse the repository at this point in the history
…ettings/aboutPage-fix

[CP Staging] Add bottom margin to About Page and fix Status Bar color on Preferences Page
  • Loading branch information
mountiny authored Feb 14, 2024
2 parents e22d282 + 1159a55 commit 0fc4f51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/settings/AboutPage/AboutPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ function AboutPage() {
</View>
</Section>
</View>
<View style={[styles.sidebarFooter]}>
<View style={[styles.sidebarFooter, styles.mb5]}>
<Text
style={[styles.chatItemMessageHeaderTimestamp]}
numberOfLines={1}
Expand Down
2 changes: 1 addition & 1 deletion src/styles/theme/themes/light.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const lightTheme = {
},
[SCREENS.SETTINGS.PREFERENCES.ROOT]: {
backgroundColor: colors.productLight100,
statusBarStyle: CONST.STATUS_BAR_STYLE.LIGHT_CONTENT,
statusBarStyle: CONST.STATUS_BAR_STYLE.DARK_CONTENT,
},
[SCREENS.SETTINGS.WORKSPACES]: {
backgroundColor: colors.productLight100,
Expand Down

0 comments on commit 0fc4f51

Please sign in to comment.