diff --git a/src/styles/index.ts b/src/styles/index.ts index cfd9b797de0b..8cf880d6bef6 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -1586,7 +1586,7 @@ const styles = (theme: ThemeColors) => optionDisplayName: { fontFamily: fontFamily.EXP_NEUE, minHeight: variables.alternateTextHeight, - lineHeight: variables.lineHeightXXLarge, + lineHeight: variables.lineHeightXLarge, ...whiteSpace.noWrap, }, @@ -1606,7 +1606,7 @@ const styles = (theme: ThemeColors) => optionAlternateText: { minHeight: variables.alternateTextHeight, - lineHeight: variables.lineHeightXXLarge, + lineHeight: variables.lineHeightXLarge, }, optionAlternateTextCompact: {