From edc5a8c3c6ac43015e9f6af8c60b7ab340f9ac5f Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Fri, 20 Jan 2023 10:06:55 -0500 Subject: [PATCH] Revert line height to standardized number. --- 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 6ce9bf6f2..0286bd046 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.7 font-weight: 400; }