diff --git a/semantic-tokens-components.html b/semantic-tokens-components.html index 6a5e1b4..6ad1efe 100644 --- a/semantic-tokens-components.html +++ b/semantic-tokens-components.html @@ -155,7 +155,7 @@

Score Bar

- + diff --git a/styleguide.css b/styleguide.css index 99a71c3..8b836f2 100644 --- a/styleguide.css +++ b/styleguide.css @@ -99,7 +99,7 @@ --icon-radio-mark: var(--color-font-dark); /* Semantic component tokens: Charts */ - --surface-score-bar-track: var(--color-light-grey); + --surface-score-bar-track: var(--color-medium-grey); --surface-chart-area: var(--color-light-grey); --chart-value-positive: var(--color-signal-green); --chart-value-neutral: var(--color-signal-yellow);
Semantischer TokenVerwendeter Foundation-TokenBeschreibung Verwendungszweck in der Komponente
surface-score-bar-trackcolor-light-greyHintergrund der Score-Bar.
surface-score-bar-trackcolor-medium-greyHintergrund der Score-Bar.
chart-value-positivecolor-signal-greenFüllfarbe positiver Werte.
chart-value-neutralcolor-signal-yellowFüllfarbe neutraler Werte.
chart-value-negativecolor-signal-redFüllfarbe negativer Werte.