about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
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"