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

@@ -55,7 +55,7 @@
flex: 1 0 0;
border-radius: var(--Corner-radius-md);
border: 1px solid var(--Base-Border-Subtle);
background: var(--Surface-Feedback-Information);
background: var(--Surface-Feedback-Information-light);
align-items: center;
gap: var(--Spacing-x1);
@@ -63,7 +63,7 @@
}
.free {
background: var(--Surface-Feedback-Succes);
background: var(--Surface-Feedback-Succes-light);
}
.breakfastPriceBox dt {

View File

@@ -9,7 +9,7 @@
.link {
align-items: center;
background: var(--Surface-Feedback-Information);
background: var(--Surface-Feedback-Information-light);
border: 1px solid rgba(0, 0, 0, 0.05);
border-radius: var(--Corner-radius-md);
color: var(--Text-Interactive-Default);