diff --git a/src/styles/theme/themes/dark.ts b/src/styles/theme/themes/dark.ts index 714802095810..c2fcac6af13e 100644 --- a/src/styles/theme/themes/dark.ts +++ b/src/styles/theme/themes/dark.ts @@ -120,7 +120,7 @@ const darkTheme = { statusBarStyle: CONST.STATUS_BAR_STYLE.DARK_CONTENT, }, [SCREENS.SETTINGS.PROFILE.STATUS]: { - backgroundColor: colors.darkAppBackground, + backgroundColor: colors.productDark100, statusBarStyle: CONST.STATUS_BAR_STYLE.LIGHT_CONTENT, }, [SCREENS.SETTINGS.ROOT]: { diff --git a/src/styles/theme/themes/light.ts b/src/styles/theme/themes/light.ts index 8d401f7533d7..3cd052046f43 100644 --- a/src/styles/theme/themes/light.ts +++ b/src/styles/theme/themes/light.ts @@ -112,16 +112,16 @@ const lightTheme = { statusBarStyle: CONST.STATUS_BAR_STYLE.LIGHT_CONTENT, }, [SCREENS.SETTINGS.WALLET.ROOT]: { - backgroundColor: colors.productDark100, - statusBarStyle: CONST.STATUS_BAR_STYLE.LIGHT_CONTENT, + backgroundColor: colors.productLight100, + statusBarStyle: CONST.STATUS_BAR_STYLE.DARK_CONTENT, }, [SCREENS.SETTINGS.SECURITY]: { backgroundColor: colors.ice500, statusBarStyle: CONST.STATUS_BAR_STYLE.DARK_CONTENT, }, [SCREENS.SETTINGS.PROFILE.STATUS]: { - backgroundColor: colors.green700, - statusBarStyle: CONST.STATUS_BAR_STYLE.LIGHT_CONTENT, + backgroundColor: colors.productLight100, + statusBarStyle: CONST.STATUS_BAR_STYLE.DARK_CONTENT, }, [SCREENS.SETTINGS.ROOT]: { backgroundColor: colors.productLight200,