Skip to content

Commit

Permalink
fix(type): update expressive-heading-04(fluid-heading-04) (#12092)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
tay1orjones and kodiakhq[bot] authored Sep 14, 2022
1 parent bf51310 commit e4a8751
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions packages/styles/scss/__tests__/__snapshots__/type-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2915,7 +2915,7 @@ Object {
"property": "font-size",
"type": "declaration",
"value": "calc(1.75rem +
0 *
0.25 *
((100vw - 20rem) / 62)
)",
},
Expand Down Expand Up @@ -2955,7 +2955,7 @@ Object {
Object {
"position": Position {
"end": Object {
"column": 23,
"column": 20,
"line": 277,
},
"source": undefined,
Expand All @@ -2966,7 +2966,7 @@ Object {
},
"property": "font-size",
"type": "declaration",
"value": "1.75rem",
"value": "2rem",
},
Object {
"position": Position {
Expand Down Expand Up @@ -3014,8 +3014,8 @@ Object {
},
"property": "font-size",
"type": "declaration",
"value": "calc(1.75rem +
0.25 *
"value": "calc(2rem +
0 *
((100vw - 82rem) / 17)
)",
},
Expand Down Expand Up @@ -8132,7 +8132,7 @@ Object {
"property": "font-size",
"type": "declaration",
"value": "calc(1.75rem +
0 *
0.25 *
((100vw - 20rem) / 62)
)",
},
Expand Down Expand Up @@ -8172,7 +8172,7 @@ Object {
Object {
"position": Position {
"end": Object {
"column": 23,
"column": 20,
"line": 809,
},
"source": undefined,
Expand All @@ -8183,7 +8183,7 @@ Object {
},
"property": "font-size",
"type": "declaration",
"value": "1.75rem",
"value": "2rem",
},
Object {
"position": Position {
Expand Down Expand Up @@ -8231,8 +8231,8 @@ Object {
},
"property": "font-size",
"type": "declaration",
"value": "calc(1.75rem +
0.25 *
"value": "calc(2rem +
0 *
((100vw - 82rem) / 17)
)",
},
Expand Down
2 changes: 1 addition & 1 deletion packages/type/scss/_styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ $expressive-heading-04: (
letter-spacing: 0,
breakpoints: (
xlg: (
font-size: scale.type-scale(7),
font-size: scale.type-scale(8),
line-height: 1.25,
font-weight: font-family.font-weight('light'),
),
Expand Down
2 changes: 1 addition & 1 deletion packages/type/src/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export const expressiveHeading04 = {
letterSpacing: 0,
breakpoints: {
xlg: {
fontSize: rem(scale[6]),
fontSize: rem(scale[7]),
fontWeight: fontWeights.light,
lineHeight: 1.25,
},
Expand Down

0 comments on commit e4a8751

Please sign in to comment.