From a9255ef43071049187edc51b31829ebb165c04b9 Mon Sep 17 00:00:00 2001 From: Andrew Roberts Date: Wed, 24 Sep 2025 14:03:57 -0400 Subject: [PATCH] button press color --- components/Soundboard/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Soundboard/index.tsx b/components/Soundboard/index.tsx index 821c7ec..30064f6 100644 --- a/components/Soundboard/index.tsx +++ b/components/Soundboard/index.tsx @@ -18,7 +18,7 @@ export default function Soundboard() { const [playTallBand] = useSound("/tallband.m4a", {soundEnabled: true}); const getButton = (title: string, play: () => void) => { - return + return } return (