From 13cd5d8eec8b090ea908f95f85bb9a117f545b8f Mon Sep 17 00:00:00 2001 From: Abdelrahman Khattab Date: Wed, 27 Dec 2023 19:05:59 +0200 Subject: [PATCH 1/2] Fixing LHN row spacing --- src/styles/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/index.ts b/src/styles/index.ts index cfd9b797de0b..2f940aedb6e5 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -424,7 +424,7 @@ const styles = (theme: ThemeColors) => ...whiteSpace.preWrap, color: theme.heading, fontSize: variables.fontSizeXLarge, - lineHeight: variables.lineHeightXXXLarge, + lineHeight: variables.lineHeightXXLarge, }, textHeadlineH1: { @@ -1606,7 +1606,7 @@ const styles = (theme: ThemeColors) => optionAlternateText: { minHeight: variables.alternateTextHeight, - lineHeight: variables.lineHeightXXLarge, + lineHeight: variables.lineHeightXLarge, }, optionAlternateTextCompact: { From 82334d64481883eb609d1d7a50a8865a4a7bea4b Mon Sep 17 00:00:00 2001 From: Abdelrahman Khattab Date: Wed, 27 Dec 2023 19:22:53 +0200 Subject: [PATCH 2/2] Fix lhn row spacing --- src/styles/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/index.ts b/src/styles/index.ts index 2f940aedb6e5..8cf880d6bef6 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -424,7 +424,7 @@ const styles = (theme: ThemeColors) => ...whiteSpace.preWrap, color: theme.heading, fontSize: variables.fontSizeXLarge, - lineHeight: variables.lineHeightXXLarge, + lineHeight: variables.lineHeightXXXLarge, }, textHeadlineH1: { @@ -1586,7 +1586,7 @@ const styles = (theme: ThemeColors) => optionDisplayName: { fontFamily: fontFamily.EXP_NEUE, minHeight: variables.alternateTextHeight, - lineHeight: variables.lineHeightXXLarge, + lineHeight: variables.lineHeightXLarge, ...whiteSpace.noWrap, },