diff options
Diffstat (limited to 'src/view/com/auth/create/Step2.tsx')
-rw-r--r-- | src/view/com/auth/create/Step2.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/view/com/auth/create/Step2.tsx b/src/view/com/auth/create/Step2.tsx index f6eedc2eb..6005ee3a5 100644 --- a/src/view/com/auth/create/Step2.tsx +++ b/src/view/com/auth/create/Step2.tsx @@ -28,6 +28,7 @@ import { FontAwesomeIcon, FontAwesomeIconStyle, } from '@fortawesome/react-native-fontawesome' +import {HITSLOP_10} from '#/lib/constants' export function Step2({ uiState, @@ -243,7 +244,8 @@ export function Step2({ <TouchableWithoutFeedback onPress={onPressRetry} accessibilityLabel={_(msg`Retry.`)} - accessibilityHint=""> + accessibilityHint="" + hitSlop={HITSLOP_10}> <View style={styles.touchable}> <Text type="md-medium" |