Skip to content

Commit

Permalink
Fixing LHN row spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
abzokhattab committed Dec 27, 2023
1 parent d6f359f commit 13cd5d8
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.lineHeightXXXLarge,
lineHeight: variables.lineHeightXXLarge,
},

textHeadlineH1: {
Expand Down Expand Up @@ -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 13cd5d8

Please sign in to comment.