From 797780fc94460d5adbd488d19c35c94a47df464b Mon Sep 17 00:00:00 2001 From: Resistencia Dev Date: Mon, 22 Dec 2025 22:13:53 +0100 Subject: [PATCH] feat: update voting timer styles (centered, grayscale, larger) --- client/src/components/GameBoard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/GameBoard.tsx b/client/src/components/GameBoard.tsx index 9cfceb8..231e069 100644 --- a/client/src/components/GameBoard.tsx +++ b/client/src/components/GameBoard.tsx @@ -996,7 +996,7 @@ function VotingTimer() { }, [timeLeft]); return ( -
+
{timeLeft}
);