From 5c7f52f793e32d446d759cac19f3161ac7aff430 Mon Sep 17 00:00:00 2001 From: Resistencia Dev Date: Mon, 22 Dec 2025 17:10:59 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20Reducir=20tama=C3=B1o=20del=20bot=C3=B3n?= =?UTF-8?q?=20de=20logout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Padding reducido de p-2 a p-1.5 - Icono reducido de w-5 h-5 a w-4 h-4 - Botón más compacto y proporcional --- 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 9a7c2d7..93f0f61 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-2 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-1.5 rounded-full border border-red-700/50 backdrop-blur-sm shadow-lg transition-all" title="Salir del juego" >