Make 'back swiping' a little easier

zio/stable
Paul Frazee 2022-11-14 15:47:56 -06:00
parent 4a2170be49
commit 96dc748733
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ import {
BellIcon, BellIcon,
} from '../../lib/icons' } from '../../lib/icons'
const SWIPE_GESTURE_DIST_TRIGGER = 0.5 const SWIPE_GESTURE_DIST_TRIGGER = 0.4
const SWIPE_GESTURE_VEL_TRIGGER = 2500 const SWIPE_GESTURE_VEL_TRIGGER = 2500
const Btn = ({ const Btn = ({