increase pin button hitslop
This commit is contained in:
parent
512c918c03
commit
8a2349c55f
1 changed files with 1 additions and 0 deletions
|
@ -198,6 +198,7 @@ const ListItem = observer(
|
||||||
/>
|
/>
|
||||||
<TouchableOpacity
|
<TouchableOpacity
|
||||||
accessibilityRole="button"
|
accessibilityRole="button"
|
||||||
|
hitSlop={{top: 10, bottom: 10, left: 10, right: 10}}
|
||||||
onPress={onTogglePinned}>
|
onPress={onTogglePinned}>
|
||||||
<FontAwesomeIcon
|
<FontAwesomeIcon
|
||||||
icon="thumb-tack"
|
icon="thumb-tack"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue