diff options
author | Ansh Nanda <anshnanda10@gmail.com> | 2023-05-22 19:14:10 -0700 |
---|---|---|
committer | Ansh Nanda <anshnanda10@gmail.com> | 2023-05-22 19:14:10 -0700 |
commit | 8a2349c55ffcff4f833c015f9b10296aa9d77738 (patch) | |
tree | 4115a1f8a58a2129241e0ce2ac029c44f97856f0 /src | |
parent | 512c918c033abf974260ea6a87a85ef14cdabe38 (diff) | |
download | voidsky-8a2349c55ffcff4f833c015f9b10296aa9d77738.tar.zst |
increase pin button hitslop
Diffstat (limited to 'src')
-rw-r--r-- | src/view/screens/SavedFeeds.tsx | 1 |
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" |