From 94cb0d671d75e7bbe4f895ac9ea128538d38a600 Mon Sep 17 00:00:00 2001 From: Resistencia Dev Date: Fri, 5 Dec 2025 23:39:35 +0100 Subject: [PATCH] =?UTF-8?q?WIP:=20Agregar=20feedback=20visual=20a=20carta?= =?UTF-8?q?=20de=20=C3=A9xito=20(primera)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Borde amarillo brillante cuando está seleccionada - Ring amarillo con glow - Deshabilitar botón después de votar - Falta aplicar a las otras 3 cartas --- client/src/components/GameBoard.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/client/src/components/GameBoard.tsx b/client/src/components/GameBoard.tsx index b1f15b6..a59cb95 100644 --- a/client/src/components/GameBoard.tsx +++ b/client/src/components/GameBoard.tsx @@ -519,11 +519,14 @@ export default function GameBoard({ gameState, currentPlayerId, actions }: GameB {cardOrder ? ( <> {/* Carta de Éxito primero */} -