Skip to content

Commit c3d61fe

Browse files
committed
fix: delete btn not easily clickable
1 parent baa9a84 commit c3d61fe

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

mobile/components/OMapScreen/OSafeZoneSliderCard/OSafeZoneSliderCard.tsx

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,10 @@ export const OSafeZoneSliderCard = ({
3333
}: IOSafeZoneSliderCardProps) => {
3434
const { state } = useUserContext();
3535
return (
36-
<View
37-
style={[styles.sliderOverlayContainer, containerStyle]}
38-
pointerEvents="box-none"
39-
>
36+
<View style={[styles.sliderOverlayContainer, containerStyle]}>
4037
<SafeAreaView
4138
edges={["bottom", "right", "left"]}
4239
style={styles.sliderSafeArea}
43-
pointerEvents="box-none"
4440
>
4541
<View style={styles.sliderWrapper} pointerEvents="box-none">
4642
<OCard
@@ -73,10 +69,7 @@ export const OSafeZoneSliderCard = ({
7369
m)
7470
</Text>
7571
</View>
76-
<View
77-
style={styles.sliderContainer}
78-
pointerEvents="auto"
79-
>
72+
<View style={styles.sliderContainer}>
8073
<Slider
8174
style={[
8275
styles.slider,

0 commit comments

Comments
 (0)