From ef9d772441ba4486800ab679755db09a09a0547a Mon Sep 17 00:00:00 2001 From: Resistencia Dev Date: Mon, 22 Dec 2025 17:13:23 +0100 Subject: [PATCH] =?UTF-8?q?revert:=20Restaurar=20tama=C3=B1o=20original=20?= =?UTF-8?q?del=20bot=C3=B3n=20de=20logout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Padding vuelve a p-2 - Icono vuelve a w-5 h-5 - Tamaño más visible y usable --- client/src/components/LogoutButton.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/LogoutButton.tsx b/client/src/components/LogoutButton.tsx index 93f0f61..9a7c2d7 100644 --- a/client/src/components/LogoutButton.tsx +++ b/client/src/components/LogoutButton.tsx @@ -10,7 +10,7 @@ export default function LogoutButton({ onClick }: LogoutButtonProps) { onClick={onClick} whileHover={{ scale: 1.05 }} whileTap={{ scale: 0.95 }} - className="bg-red-900/80 hover:bg-red-800 text-white p-1.5 rounded-full border border-red-700/50 backdrop-blur-sm shadow-lg transition-all" + className="bg-red-900/80 hover:bg-red-800 text-white p-2 rounded-full border border-red-700/50 backdrop-blur-sm shadow-lg transition-all" title="Salir del juego" >