From 9949d16cf6a451a59e1b030cee182fe97e1d2673 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 15 May 2026 19:54:40 +0300 Subject: [PATCH] increase hitslop to compesate --- src/components/Lightbox/chrome/CircleChromeButton.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Lightbox/chrome/CircleChromeButton.tsx b/src/components/Lightbox/chrome/CircleChromeButton.tsx index 55c229d62b..1db2c8c317 100644 --- a/src/components/Lightbox/chrome/CircleChromeButton.tsx +++ b/src/components/Lightbox/chrome/CircleChromeButton.tsx @@ -8,7 +8,7 @@ import { } from 'react-native' import {BlurView} from 'expo-blur' -import {HITSLOP_10} from '#/lib/constants' +import {HITSLOP_20} from '#/lib/constants' import {type Props as IconProps} from '#/components/icons/common' type Props = { @@ -45,7 +45,7 @@ export function CircleChromeButton({ accessibilityRole="button" accessibilityLabel={label} accessibilityHint="" - hitSlop={HITSLOP_10} + hitSlop={HITSLOP_20} onPress={onPress} testID={testID} style={({pressed}) => [styles.root, pressed && styles.pressed]}>