chore: generated design system css variables from updated json file

Approved-by: Matilda Landström
This commit is contained in:
Erik Tiekstra
2025-10-30 12:27:16 +00:00
parent eea21e67d9
commit 6a342aaa9e
45 changed files with 8264 additions and 1437 deletions

View File

@@ -24,7 +24,7 @@
justify-content: center;
border: 2px solid var(--Border-Inverted);
border-radius: var(--Corner-radius-rounded);
background-color: var(--Surface-Feedback-Succes-Accent);
background-color: var(--Surface-Feedback-Succes);
color: var(--Icon-Inverted);
}
@@ -175,7 +175,7 @@ label:not(:has(.radio:checked)) .checkIcon {
}
.variant-code .banner {
background-color: var(--Surface-Feedback-Information-Accent);
background-color: var(--Surface-Feedback-Information);
}
.variant-points .banner {