From 6945857bd19b2f4be30bc882691024f56561764d Mon Sep 17 00:00:00 2001 From: planetazuzu Date: Wed, 17 Dec 2025 17:29:49 +0100 Subject: [PATCH] =?UTF-8?q?revert:=20Restaurar=20color=20original=20de=20b?= =?UTF-8?q?otones=20cr=C3=ADticos=20en=20p=C3=A1gina=20principal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Revertido btn-emergency-critical de negro a rojo original - Los botones RCP y Vía Aérea vuelven a usar el color de emergencia crítico (rojo) - Mantiene mejor contraste visual y consistencia con el diseño original --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 008d3dd6..2a4ff87d 100644 --- a/src/index.css +++ b/src/index.css @@ -127,7 +127,7 @@ } .btn-emergency-critical { - @apply bg-black text-white hover:bg-black/90; + @apply bg-[hsl(var(--emergency-critical))] text-white hover:bg-[hsl(var(--emergency-critical))]/90; } .btn-emergency-high {