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} 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}>
<View <View