diff --git a/src/styles/common-typography-styles.scss b/src/styles/common-typography-styles.scss index a1b2a5e2b..1344c53fb 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; + line-height: 1.7142857143; // 24px specified in Figma. REM value calculation 24px/14px=1.7142857143 font-weight: 400; }