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 {