diff --git a/src/lib/custom-animations/GestureActionView.tsx b/src/lib/custom-animations/GestureActionView.tsx index e232c5465c..04c2f8aeac 100644 --- a/src/lib/custom-animations/GestureActionView.tsx +++ b/src/lib/custom-animations/GestureActionView.tsx @@ -366,7 +366,7 @@ function createInterpolation({ } } - const offset = side === 'left' ? -15 : 15 + const offset = side === 'left' ? -20 : 20 if (side === 'left') { firstThreshold = -firstThreshold