From fa6deebc3785d1c5c10dbb3485fef345f07b7755 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Mon, 21 Sep 2026 07:26:27 +0300 Subject: [PATCH] Restyle global status indicator exclamation mark --- .../global-status/components/GlobalStatusIndicator.module.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/features/global-status/components/GlobalStatusIndicator.module.css b/app/features/global-status/components/GlobalStatusIndicator.module.css index e21c64b70..8b832abc1 100644 --- a/app/features/global-status/components/GlobalStatusIndicator.module.css +++ b/app/features/global-status/components/GlobalStatusIndicator.module.css @@ -60,5 +60,7 @@ } .alertBadge { - color: var(--color-warning); + background-color: var(--color-warning-low); + border: 1.5px solid var(--color-warning); + color: var(--color-warning-high); }