Make 'backswipe' a little easier to trigger

zio/stable
Paul Frazee 2022-12-05 10:25:53 -06:00
parent f3f3bfb335
commit b08afc12fe
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ import {
BellIconSolid,
} from '../../lib/icons'
const SWIPE_GESTURE_DIST_TRIGGER = 0.4
const SWIPE_GESTURE_VEL_TRIGGER = 2500
const SWIPE_GESTURE_DIST_TRIGGER = 0.3
const SWIPE_GESTURE_VEL_TRIGGER = 2000
const Btn = ({
icon,