Skip to content

Commit

Permalink
Merge pull request Expensify#38574 from bernhardoj/fix/38304-wrong-st…
Browse files Browse the repository at this point in the history
…atus-bar-style-workspace-list-page

Fix workspace list page status bar style
  • Loading branch information
mountiny authored Mar 20, 2024
2 parents 78db1ae + cea3a90 commit ddf9e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/theme/themes/light.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const lightTheme = {
},
[SCREENS.SETTINGS.WORKSPACES]: {
backgroundColor: colors.productLight100,
statusBarStyle: CONST.STATUS_BAR_STYLE.LIGHT_CONTENT,
statusBarStyle: CONST.STATUS_BAR_STYLE.DARK_CONTENT,
},
[SCREENS.SETTINGS.WALLET.ROOT]: {
backgroundColor: colors.productLight100,
Expand Down

0 comments on commit ddf9e7a

Please sign in to comment.