diff options
author | Ansh Nanda <anshnanda10@gmail.com> | 2023-05-25 13:54:43 -0700 |
---|---|---|
committer | Ansh Nanda <anshnanda10@gmail.com> | 2023-05-25 13:54:43 -0700 |
commit | 881be748d52f0bbf19543ac8a08d81b46bb8af5d (patch) | |
tree | a806c91303c9812ab4f6316ebd973505d3e3f9ee | |
parent | bce6c8d5ec2e2bb87c836cf2cbdc4bbbcf45a180 (diff) | |
download | voidsky-881be748d52f0bbf19543ac8a08d81b46bb8af5d.tar.zst |
increase save custom feed btn hitslop
-rw-r--r-- | src/view/com/feeds/CustomFeed.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/feeds/CustomFeed.tsx b/src/view/com/feeds/CustomFeed.tsx index 9a71eb846..748b89c02 100644 --- a/src/view/com/feeds/CustomFeed.tsx +++ b/src/view/com/feeds/CustomFeed.tsx @@ -98,6 +98,7 @@ export const CustomFeed = observer( } accessibilityHint="" onPress={onToggleSaved} + hitSlop={15} style={styles.btn}> {item.isSaved ? ( <FontAwesomeIcon |