fix: use correct custom properties

This commit is contained in:
Chuma McPhoy
2024-07-11 14:45:41 +02:00
parent 96b2be6ea1
commit 5b91e94733

View File

@@ -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 {