chore: replace old border-radius variables with new tokens

This commit is contained in:
Christian Andolf
2025-05-05 11:11:00 +02:00
parent aa43d7d059
commit d6b70edfa3
183 changed files with 263 additions and 263 deletions

View File

@@ -3,7 +3,7 @@
justify-content: left;
padding: var(--Spacing-x2);
background-color: var(--Base-Surface-Primary-light-Normal);
border-radius: var(--Corner-radius-Rounded);
border-radius: var(--Corner-radius-rounded);
margin: auto;
gap: var(--Spacing-x5);
max-width: 100%;
@@ -35,5 +35,5 @@
.paginationButtonActive {
color: var(--Base-Text-Inverted);
background-color: var(--Base-Text-Accent);
border-radius: var(--Corner-radius-Rounded);
border-radius: var(--Corner-radius-rounded);
}

View File

@@ -48,7 +48,7 @@
.modal {
background-color: var(--Base-Surface-Primary-light-Normal);
border-radius: var(--Corner-radius-Medium);
border-radius: var(--Corner-radius-md);
box-shadow: var(--modal-box-shadow);
width: 100%;
position: absolute;

View File

@@ -24,7 +24,7 @@
}
.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);