fix: use correct custom properties
This commit is contained in:
@@ -9,14 +9,13 @@
|
||||
position: absolute;
|
||||
top: var(--Spacing-x1);
|
||||
left: var(--Spacing-x1);
|
||||
background-color: var(--Scandic-Blue-100);
|
||||
background-color: var(--Tertiary-Dark-Surface-Hover);
|
||||
padding: var(--Spacing-x-half) var(--Spacing-x1);
|
||||
border-radius: var(--Corner-radius-Medium);
|
||||
color: var(--Tertiary-Dark-On-Surface-Text);
|
||||
text-transform: uppercase;
|
||||
font-family: var(--typography-Title-5-fontFamily);
|
||||
font-size: var(--typography-Footnote-Regular-fontSize);
|
||||
font-weight: var(--typography-Footnote-Regular-fontWeight);
|
||||
font-size: var(--typography-Chip-fontSize-Placeholder);
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.imageCount {
|
||||
|
||||
Reference in New Issue
Block a user