fix theming

This commit is contained in:
ammarahm-ed
2019-12-21 10:38:40 +05:00
parent db4fbf0481
commit 2f93a76e4d
7 changed files with 36 additions and 15 deletions

View File

@@ -45,7 +45,7 @@ export const Menu = ({close = () => {}, hide, update = () => {}}) => {
style={{
height: '100%',
opacity: hide ? 0 : 1,
backgroundColor: colors.night ? colors.navbg : colors.navbg,
backgroundColor: colors.shade,
}}>
<View
style={{
@@ -157,7 +157,7 @@ export const Menu = ({close = () => {}, hide, update = () => {}}) => {
width: 30,
}}
name={item.icon}
color={colors.icon}
color={colors.pri}
size={SIZE.md}
/>
<Text