diff --git a/src/room/PTTButton.tsx b/src/room/PTTButton.tsx index 62d5d373..62299a10 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,