mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 14:09:34 +01:00
add Button
This commit is contained in:
@@ -67,7 +67,7 @@ export const ContainerBottomButton = ({root}) => {
|
||||
<PressableButton
|
||||
color={colors.accent}
|
||||
selectedColor={colors.accent}
|
||||
onPress={() => {}}>
|
||||
onPress={containerBottomButton.bottomButtonOnPress}>
|
||||
<View
|
||||
style={{
|
||||
...getElevation(5),
|
||||
|
||||
Reference in New Issue
Block a user