From 7d4cc30e9740acd246248c6ec528420b98c92075 Mon Sep 17 00:00:00 2001 From: Frank Schwenk Date: Tue, 24 Jun 2025 10:17:58 +0200 Subject: [PATCH] style(new-game): restrict player color backgrounds to player input steps - Only player input containers use the new color backgrounds, borders, and shadows - Game type selection and other steps are visually unaffected - Ensures clear, consistent player association without UI side effects Refs #26 --- src/components/NewGame.jsx | 6 +++--- src/components/NewGame.module.css | 26 ++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/src/components/NewGame.jsx b/src/components/NewGame.jsx index 3866736..c2fae4f 100644 --- a/src/components/NewGame.jsx +++ b/src/components/NewGame.jsx @@ -85,7 +85,7 @@ const Player1Step = ({ playerNameHistory, onNext, onCancel, initialValue = '' }) -
+
-
+
-
+