feat(mobile/navigation) changed navigation container background color

This commit is contained in:
Calin Chitu 2022-05-12 16:16:59 +03:00
parent b6ef7716bc
commit 8deebebe47
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import { screenHeaderCloseButton } from './functions';
*/
export const navigationContainerTheme = {
colors: {
background: BaseTheme.palette.ui12
background: BaseTheme.palette.uiBackground
}
};