increase save custom feed btn hitslop

zio/stable
Ansh Nanda 2023-05-25 13:54:43 -07:00
parent bce6c8d5ec
commit 881be748d5
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ export const CustomFeed = observer(
} }
accessibilityHint="" accessibilityHint=""
onPress={onToggleSaved} onPress={onToggleSaved}
hitSlop={15}
style={styles.btn}> style={styles.btn}>
{item.isSaved ? ( {item.isSaved ? (
<FontAwesomeIcon <FontAwesomeIcon