diff --git a/src/core/client/ui/components/v2/SelectField/SelectField.css b/src/core/client/ui/components/v2/SelectField/SelectField.css index 86048ce38..21ac58d6e 100644 --- a/src/core/client/ui/components/v2/SelectField/SelectField.css +++ b/src/core/client/ui/components/v2/SelectField/SelectField.css @@ -25,7 +25,7 @@ font-family: var(--v2-font-family-primary); font-weight: var(--v2-font-weight-primary-regular); font-size: var(--v2-font-size-3); - line-height: var(--v2-line-height-reset); + line-height: var(--v2-line-height-tall); appearance: none; outline: none; color: var(--v2-palette-input-value); diff --git a/src/core/client/ui/theme/variables2.ts b/src/core/client/ui/theme/variables2.ts index e6a1dc026..2baf219ed 100644 --- a/src/core/client/ui/theme/variables2.ts +++ b/src/core/client/ui/theme/variables2.ts @@ -277,6 +277,7 @@ const variables2 = { bodyShort: 1.3, reset: 1, title: 1.15, + tall: 1.3, }, fontSize: { 1: "0.75rem",