fix: correct typo

This commit is contained in:
Arvid Norlin
2024-06-14 13:26:10 +02:00
parent ab878ffd01
commit bd456ea92e

View File

@@ -31,7 +31,7 @@
color: var(--Base-Text-UI-High-contrast);
display: flex;
gap: var(--Spacing-x-half);
height: 560px;
height: 56px;
font-family: var(--typography-Body-Regular-fontFamily);
font-size: var(--typography-Body-Regular-fontSize);
font-weight: var(--typography-Body-Regular-fontWeight);
@@ -79,4 +79,4 @@
.listBoxItem[data-selected="true"] {
font-weight: 500;
}
}