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

@@ -28,7 +28,7 @@
.imageCount {
background-color: var(--Overlay-90);
padding: var(--Space-x025) var(--Space-x05);
border-radius: var(--Corner-radius-Small);
border-radius: var(--Corner-radius-sm);
color: var(--Text-Inverted);
}

View File

@@ -32,7 +32,7 @@
border-width: 0;
background-color: transparent;
cursor: pointer;
border-radius: var(--Corner-radius-Medium);
border-radius: var(--Corner-radius-md);
overflow: hidden;
z-index: 0;
@@ -93,7 +93,7 @@
.imageCaption {
background-color: var(--Base-Surface-Subtle-Normal);
padding: var(--Spacing-x-half) var(--Spacing-x1);
border-radius: var(--Corner-radius-Small);
border-radius: var(--Corner-radius-sm);
color: var(--Text-Secondary);
}
@@ -127,7 +127,7 @@
}
.thumbnailContainer img {
border-radius: var(--Corner-radius-Small);
border-radius: var(--Corner-radius-sm);
}
.navigationButton {

View File

@@ -31,7 +31,7 @@
overflow: hidden;
&:not(.fullViewContent) {
border-radius: var(--Corner-radius-Large);
border-radius: var(--Corner-radius-lg);
}
&.fullViewContent {