From c2dd47de197723fa57074ad251c2478f6d40fbd2 Mon Sep 17 00:00:00 2001 From: Yosuke Mizutani Date: Thu, 26 Dec 2024 14:24:24 -0700 Subject: [PATCH 1/2] Update background color for players --- src/components/sections/FeignPlayers.tsx | 2 +- src/styles/index.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/sections/FeignPlayers.tsx b/src/components/sections/FeignPlayers.tsx index 9092a0c..d86bd91 100644 --- a/src/components/sections/FeignPlayers.tsx +++ b/src/components/sections/FeignPlayers.tsx @@ -34,7 +34,7 @@ export function FeignPlayers() { onChange={(e) => handleUpdate(color, e.target.value)} value={targetIndex} size="sm" - className={targetIndex < 0 ? 'bg-secondary' : ''} + className={targetIndex < 0 ? 'player-unused' : ''} style={{ width: "90%" }}>