From ebe81e28352e2a2fa219a4400e3e67759b17e5ff Mon Sep 17 00:00:00 2001 From: Calin Chitu Date: Thu, 12 May 2022 16:16:59 +0300 Subject: [PATCH] feat(mobile/navigation) changed navigation container background color --- react/features/mobile/navigation/screenOptions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/features/mobile/navigation/screenOptions.js b/react/features/mobile/navigation/screenOptions.js index 0c4a19877..245d55c19 100644 --- a/react/features/mobile/navigation/screenOptions.js +++ b/react/features/mobile/navigation/screenOptions.js @@ -21,7 +21,7 @@ import { screenHeaderCloseButton } from './functions'; */ export const navigationContainerTheme = { colors: { - background: BaseTheme.palette.ui12 + background: BaseTheme.palette.uiBackground } };