From 14a06b32832baf35e814a79121ceb687c13553bc Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Fri, 20 Jan 2023 08:44:21 -0500 Subject: [PATCH] Remove space to trigger build. --- src/styles/common-typography-styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/common-typography-styles.scss b/src/styles/common-typography-styles.scss index 1344c53fb..6ce9bf6f2 100644 --- a/src/styles/common-typography-styles.scss +++ b/src/styles/common-typography-styles.scss @@ -42,7 +42,7 @@ h6, .small { font-size: 0.875rem; - line-height: 1.7142857143; // 24px specified in Figma. REM value calculation 24px/14px=1.7142857143 + line-height: 1.7142857143;// 24px specified in Figma. REM value calculation 24px/14px=1.7142857143 font-weight: 400; }