diff --git a/react/features/mobile/navigation/screenOptions.js b/react/features/mobile/navigation/screenOptions.js index 0c4a198774..245d55c19b 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 } };