change colors

This commit is contained in:
ammarahm-ed
2020-09-10 10:19:36 +05:00
parent f5489463fe
commit 70453b5202
7 changed files with 88 additions and 57 deletions

View File

@@ -65,8 +65,8 @@ export const ContainerBottomButton = ({root}) => {
],
}}>
<PressableButton
color={colors.accent}
selectedColor={colors.accent}
color={containerBottomButton.color? containerBottomButton.color : colors.accent}
selectedColor={containerBottomButton.color? containerBottomButton.color : colors.accent}
onPress={containerBottomButton.bottomButtonOnPress}>
<View
style={{