Skip to content

Commit

Permalink
Merge pull request Expensify#33662 from abzokhattab/fix-lhn-row-spacing
Browse files Browse the repository at this point in the history
Fixing LHN row spacing
  • Loading branch information
tgolen authored Dec 28, 2023
2 parents 88d837c + ad783df commit 41f80fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1586,7 +1586,7 @@ const styles = (theme: ThemeColors) =>
optionDisplayName: {
fontFamily: fontFamily.EXP_NEUE,
minHeight: variables.alternateTextHeight,
lineHeight: variables.lineHeightXXLarge,
lineHeight: variables.lineHeightXLarge,
...whiteSpace.noWrap,
},

Expand All @@ -1606,7 +1606,7 @@ const styles = (theme: ThemeColors) =>

optionAlternateText: {
minHeight: variables.alternateTextHeight,
lineHeight: variables.lineHeightXXLarge,
lineHeight: variables.lineHeightXLarge,
},

optionAlternateTextCompact: {
Expand Down

0 comments on commit 41f80fa

Please sign in to comment.