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