Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit a943ad6

Browse files
mianuddinlynnmercier
authored andcommitted
fix(typography): change display2 font size to correct value (#1652)
Resolves #1638
1 parent 617c61d commit a943ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mdc-typography/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ $mdc-typography-styles: (
4949
text-transform: inherit
5050
),
5151
display2: (
52-
font-size: 2.813rem, /* 45px */
52+
font-size: 2.8125rem, /* 45px */
5353
line-height: 3rem, /* 48px */
5454
font-weight: map-get($mdc-typography-font-weight-values, regular),
5555
letter-spacing: normal,

0 commit comments

Comments
 (0)