make bottom button round

This commit is contained in:
ammarahm-ed
2020-11-14 10:05:21 +05:00
parent fe207b5bb2
commit c4f09842ba

View File

@@ -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