Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Fix font size variable names for buttons. (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellr authored Dec 14, 2021
1 parent 88a8f2e commit 623a4d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ a:active {
border-radius: 0;
border: none;
color: var(--wp--preset--color--background);
font-size: var(--wp--preset--typography--font-size--normal);
font-size: var(--wp--preset--font-size--normal);
padding: calc(.667em + 2px) calc(1.333em + 2px);
}

Expand Down
2 changes: 1 addition & 1 deletion theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
"text": "var(--wp--preset--color--background)"
},
"typography": {
"fontSize": "var(--wp--preset--typography--font-size--normal)"
"fontSize": "var(--wp--preset--font-size--normal)"
}
},
"core/post-title": {
Expand Down

0 comments on commit 623a4d7

Please sign in to comment.