From 8b7d5ef9855eb5e393923e2f1cc13fd84ef2349a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Thu, 11 Jun 2026 07:56:55 +0200 Subject: [PATCH] Support warning score state --- styles/41-components-charts.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles/41-components-charts.css b/styles/41-components-charts.css index 5e2d8e1..f478222 100644 --- a/styles/41-components-charts.css +++ b/styles/41-components-charts.css @@ -20,6 +20,7 @@ } .sg-score-state--positive, +.sg-score-state--warning, .sg-score-state--neutral, .sg-score-state--negative { margin: 0; @@ -31,6 +32,10 @@ color: var(--text-score-state-positive); } +.sg-score-state--warning { + color: var(--text-score-state-warning); +} + .sg-score-state--neutral { color: var(--text-score-state-neutral); }