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 +}