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

View File

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