mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 22:19:41 +01:00
make bottom button round
This commit is contained in:
@@ -65,10 +65,11 @@ export const ContainerBottomButton = ({title, onPress, color}) => {
|
||||
selectedColor={color || colors.accent}
|
||||
customStyle={{
|
||||
...getElevation(5),
|
||||
borderRadius: 100,
|
||||
}}
|
||||
onLongPress={event => {
|
||||
console.log(event)
|
||||
showContext(event,title);
|
||||
onLongPress={(event) => {
|
||||
console.log(event);
|
||||
showContext(event, title);
|
||||
}}
|
||||
onPress={onPress}>
|
||||
<View
|
||||
|
||||
Reference in New Issue
Block a user