Restore score state tokens

This commit is contained in:
2026-06-11 07:50:18 +02:00
parent 5097d3d163
commit c06be10abf
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -116,6 +116,9 @@
--chart-median-line: var(--color-font-dark);
--text-chart-default: var(--color-font-dark);
--text-score-state-positive: var(--chart-value-positive);
--text-score-state-warning: var(--chart-value-neutral);
--text-score-state-neutral: var(--text-score-state-warning);
--text-score-state-negative: var(--chart-value-negative);
--layout-score-bar-item-columns: max-content 1fr;
--layout-score-bar-item-gap: var(--spacing-large);
--layout-score-bar-item-single-score-columns: max-content 1fr max-content;