From 887035eb4afe3ee1be7e7eb29c89e813a1561a50 Mon Sep 17 00:00:00 2001 From: Hailey Date: Sat, 5 Oct 2024 15:44:56 -0700 Subject: [PATCH] more tweak --- src/lib/custom-animations/GestureActionView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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