fix: correct typo
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
color: var(--Base-Text-UI-High-contrast);
|
color: var(--Base-Text-UI-High-contrast);
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: var(--Spacing-x-half);
|
gap: var(--Spacing-x-half);
|
||||||
height: 560px;
|
height: 56px;
|
||||||
font-family: var(--typography-Body-Regular-fontFamily);
|
font-family: var(--typography-Body-Regular-fontFamily);
|
||||||
font-size: var(--typography-Body-Regular-fontSize);
|
font-size: var(--typography-Body-Regular-fontSize);
|
||||||
font-weight: var(--typography-Body-Regular-fontWeight);
|
font-weight: var(--typography-Body-Regular-fontWeight);
|
||||||
@@ -79,4 +79,4 @@
|
|||||||
|
|
||||||
.listBoxItem[data-selected="true"] {
|
.listBoxItem[data-selected="true"] {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user