feat(mobile/navigation) changed navigation container background color
This commit is contained in:
parent
c4106b8d89
commit
ebe81e2835
|
@ -21,7 +21,7 @@ import { screenHeaderCloseButton } from './functions';
|
|||
*/
|
||||
export const navigationContainerTheme = {
|
||||
colors: {
|
||||
background: BaseTheme.palette.ui12
|
||||
background: BaseTheme.palette.uiBackground
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue