Skip to content

Commit

Permalink
fix: increase drag offset
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Sep 7, 2024
1 parent 21089a2 commit e97c105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/entry-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ function EntryItem({ entry }: EntryItemProps) {
<>
<ReanimatedSwipeable
ref={swipeableRow}
dragOffsetFromLeftEdge={20}
dragOffsetFromLeftEdge={40}
renderLeftActions={(prog, drag) => (
<LeftAction
swipeableRef={swipeableRow}
Expand Down

0 comments on commit e97c105

Please sign in to comment.