Skip to content

Commit 153a61f

Browse files
committed
Add $typo-size-450 to typography base variables
1 parent 70ab994 commit 153a61f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ui-v2/app/styles/base/typography/base-variables.scss

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ $typo-size-100: 3.5rem;
66
$typo-size-200: 1.8rem;
77
$typo-size-300: 1.3rem;
88
$typo-size-400: 1.2rem;
9+
$typo-size-450: 1.125rem;
910
$typo-size-500: 1rem;
1011
$typo-size-600: 0.875rem;
1112
$typo-size-700: 0.8125rem;

ui-v2/app/styles/core/typography.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ pre code,
111111

112112
/* composite row */
113113
%composite-row-header {
114-
font-size: 1.125rem;
114+
font-size: $typo-size-450;
115115
font-weight: $typo-weight-medium;
116116
}
117117
/**/

0 commit comments

Comments
 (0)