about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAnsh Nanda <anshnanda10@gmail.com>2023-05-25 13:54:43 -0700
committerAnsh Nanda <anshnanda10@gmail.com>2023-05-25 13:54:43 -0700
commit881be748d52f0bbf19543ac8a08d81b46bb8af5d (patch)
treea806c91303c9812ab4f6316ebd973505d3e3f9ee /src
parentbce6c8d5ec2e2bb87c836cf2cbdc4bbbcf45a180 (diff)
downloadvoidsky-881be748d52f0bbf19543ac8a08d81b46bb8af5d.tar.zst
increase save custom feed btn hitslop
Diffstat (limited to 'src')
-rw-r--r--src/view/com/feeds/CustomFeed.tsx1
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