From fbd364276c4c002b6db890e8614856bcfebfb68e Mon Sep 17 00:00:00 2001 From: Georgia Monahan Date: Sat, 21 Oct 2023 19:42:09 +0100 Subject: [PATCH] fix IOS status bar --- src/styles/themes/default.ts | 2 +- src/styles/themes/light.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/themes/default.ts b/src/styles/themes/default.ts index 30fd5b5b6ebe..1dae2567d76e 100644 --- a/src/styles/themes/default.ts +++ b/src/styles/themes/default.ts @@ -91,7 +91,7 @@ darkTheme.PAGE_BACKGROUND_COLORS = { [SCREENS.SAVE_THE_WORLD.ROOT]: colors.tangerine800, [SCREENS.SETTINGS.PREFERENCES]: colors.blue500, [SCREENS.SETTINGS.WORKSPACES]: colors.pink800, - [SCREENS.SETTINGS.WALLET]: colors.green700, + [SCREENS.SETTINGS.WALLET]: colors.darkAppBackground, [SCREENS.SETTINGS.SECURITY]: colors.ice500, [SCREENS.SETTINGS.STATUS]: colors.green700, [SCREENS.SETTINGS.ROOT]: darkTheme.sidebar, diff --git a/src/styles/themes/light.ts b/src/styles/themes/light.ts index cd3079c3313f..3fa0e6937397 100644 --- a/src/styles/themes/light.ts +++ b/src/styles/themes/light.ts @@ -90,7 +90,7 @@ lightTheme.PAGE_BACKGROUND_COLORS = { [SCREENS.HOME]: lightTheme.sidebar, [SCREENS.SAVE_THE_WORLD.ROOT]: colors.tangerine800, [SCREENS.SETTINGS.PREFERENCES]: colors.blue500, - [SCREENS.SETTINGS.WALLET]: colors.green700, + [SCREENS.SETTINGS.WALLET]: colors.darkAppBackground, [SCREENS.SETTINGS.WORKSPACES]: colors.pink800, [SCREENS.SETTINGS.SECURITY]: colors.ice500, [SCREENS.SETTINGS.STATUS]: colors.green700,