From bd456ea92e3baca0edf5a7c052f0dca8bb2ac1a8 Mon Sep 17 00:00:00 2001 From: Arvid Norlin Date: Fri, 14 Jun 2024 13:26:10 +0200 Subject: [PATCH] fix: correct typo --- components/TempDesignSystem/Form/Select/select.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/TempDesignSystem/Form/Select/select.module.css b/components/TempDesignSystem/Form/Select/select.module.css index bedbeb563..b16aa3fe1 100644 --- a/components/TempDesignSystem/Form/Select/select.module.css +++ b/components/TempDesignSystem/Form/Select/select.module.css @@ -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; -} \ No newline at end of file +}