feat(mobile/navigation) changed navigation container background color

This commit is contained in:
Calin Chitu 2022-05-12 16:16:59 +03:00 committed by Saúl Ibarra Corretgé
parent c4106b8d89
commit ebe81e2835
1 changed files with 1 additions and 1 deletions

View File

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