From d680a36cab0ad175b80c0169f147abb3288a9887 Mon Sep 17 00:00:00 2001 From: Robin Townsend Date: Wed, 1 Jun 2022 10:41:49 -0400 Subject: [PATCH] Bump the animation size up a little bit more --- src/room/PTTButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/room/PTTButton.tsx b/src/room/PTTButton.tsx index 62d5d37..62299a1 100644 --- a/src/room/PTTButton.tsx +++ b/src/room/PTTButton.tsx @@ -135,7 +135,7 @@ export const PTTButton: React.FC = ({ }, [onWindowMouseUp, onWindowTouchEnd, onButtonTouchStart, buttonRef]); const { shadow } = useSpring({ - shadow: (Math.max(activeSpeakerVolume, -70) + 70) * 0.5, + shadow: (Math.max(activeSpeakerVolume, -70) + 70) * 0.6, config: { clamp: true, tension: 300,