diff --git a/src/room/PTTButton.tsx b/src/room/PTTButton.tsx index 07db646..e2eb2fe 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.7, + shadow: (Math.max(activeSpeakerVolume, -70) + 70) * 0.5, config: { clamp: true, tension: 300,