about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAnsh Nanda <anshnanda10@gmail.com>2023-05-22 19:14:10 -0700
committerAnsh Nanda <anshnanda10@gmail.com>2023-05-22 19:14:10 -0700
commit8a2349c55ffcff4f833c015f9b10296aa9d77738 (patch)
tree4115a1f8a58a2129241e0ce2ac029c44f97856f0 /src
parent512c918c033abf974260ea6a87a85ef14cdabe38 (diff)
downloadvoidsky-8a2349c55ffcff4f833c015f9b10296aa9d77738.tar.zst
increase pin button hitslop
Diffstat (limited to 'src')
-rw-r--r--src/view/screens/SavedFeeds.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/screens/SavedFeeds.tsx b/src/view/screens/SavedFeeds.tsx
index 4a060c2fd..2f9165b37 100644
--- a/src/view/screens/SavedFeeds.tsx
+++ b/src/view/screens/SavedFeeds.tsx
@@ -198,6 +198,7 @@ const ListItem = observer(
             />
             <TouchableOpacity
               accessibilityRole="button"
+              hitSlop={{top: 10, bottom: 10, left: 10, right: 10}}
               onPress={onTogglePinned}>
               <FontAwesomeIcon
                 icon="thumb-tack"