Skip to content

Commit

Permalink
Fix lhn row spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
abzokhattab committed Dec 27, 2023
1 parent 13cd5d8 commit 82334d6
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 @@ -424,7 +424,7 @@ const styles = (theme: ThemeColors) =>
...whiteSpace.preWrap,
color: theme.heading,
fontSize: variables.fontSizeXLarge,
lineHeight: variables.lineHeightXXLarge,
lineHeight: variables.lineHeightXXXLarge,
},

textHeadlineH1: {
Expand Down 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 Down

0 comments on commit 82334d6

Please sign in to comment.