Merged in chore/replace-corner-radius-variable-with-new (pull request #1943)

chore: replace old border-radius variables with new tokens

Approved-by: Erik Tiekstra
This commit is contained in:
Christian Andolf
2025-05-05 11:24:48 +00:00
183 changed files with 263 additions and 263 deletions

View File

@@ -1,6 +1,6 @@
.container {
background-color: var(--Main-Grey-White);
border-radius: var(--Corner-radius-Large);
border-radius: var(--Corner-radius-lg);
display: grid;
gap: var(--Spacing-x3);
padding: var(--Spacing-x2) var(--Spacing-x2) var(--Spacing-x4);