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

Commit

Permalink
Fix parity for midnight and typography preset 7.
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfra committed Oct 25, 2024
1 parent fd977ae commit f88ba47
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions styles/colors/08-midnight.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
"title": "Midnight",
"settings": {
"color": {
"duotone": [
{
"colors": [
"#4433A6",
"#79F3B1"
],
"name": "Midnight filter",
"slug": "midnight-filter"
}
],
"palette": [
{
"color": "#4433A6",
Expand Down
2 changes: 2 additions & 0 deletions styles/typography/typography-preset-7.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@
"button": {
"typography": {
"fontFamily": "var:preset|font-family|literata",
"fontSize": "var:preset|font-size|medium",
"fontWeight": "400",
"letterSpacing": "-0.01em",
"textTransform": "uppercase"
}
},
Expand Down

0 comments on commit f88ba47

Please sign in to comment.