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 } };