Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
Fix wrong values.
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfra committed Oct 14, 2024
1 parent 7ec4a5e commit def980b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions styles/08-midnight.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
{
"fluid": {
"max": "2.8rem",
"min": "2em"
"min": "2rem"
},
"name": "Extra Extra Large",
"size": "2rem",
Expand All @@ -108,7 +108,7 @@
"typography": {
"fontSize": "var:preset|font-size|medium",
"fontFamily": "var:preset|font-family|fira-sans",
"letterSpacing": "-0,01em",
"letterSpacing": "-0.01em",
"lineHeight": "1.5"
},
"blocks": {
Expand Down Expand Up @@ -203,7 +203,7 @@
"core/quote": {
"typography": {
"fontSize": "var:preset|font-size|medium",
"letterSpacing": "-0,01em",
"letterSpacing": "-0.01em",
"lineHeight": "1.5",
"fontWeight": "300"
}
Expand Down
6 changes: 3 additions & 3 deletions styles/typography/typography-preset-7.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
{
"fluid": {
"max": "2.8rem",
"min": "2em"
"min": "2rem"
},
"name": "Extra Extra Large",
"size": "2rem",
Expand All @@ -55,7 +55,7 @@
"typography": {
"fontSize": "var:preset|font-size|medium",
"fontFamily": "var:preset|font-family|fira-sans",
"letterSpacing": "-0,01em",
"letterSpacing": "-0.01em",
"lineHeight": "1.5"
},
"blocks": {
Expand All @@ -80,7 +80,7 @@
"core/quote": {
"typography": {
"fontSize": "var:preset|font-size|medium",
"letterSpacing": "-0,01em",
"letterSpacing": "-0.01em",
"lineHeight": "1.5",
"fontWeight": "300"
}
Expand Down

0 comments on commit def980b

Please sign in to comment.