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

@@ -2,7 +2,7 @@
display: grid;
grid-template-rows: 1fr min(50px);
background-color: var(--Base-Surface-Primary-light-Normal);
border-radius: var(--Corner-radius-Medium);
border-radius: var(--Corner-radius-md);
min-height: 250px;
margin-bottom: var(--Spacing-x-half);
overflow: hidden;