mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 14:09:34 +01:00
change colors
This commit is contained in:
@@ -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={{
|
||||
|
||||
Reference in New Issue
Block a user