Skip to content

Commit

Permalink
Button styles: Update line-height and padding to match designed butto…
Browse files Browse the repository at this point in the history
…n size

Fixes #152
  • Loading branch information
ryelle committed Sep 9, 2024
1 parent abbe696 commit 72058fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/wp-content/themes/wporg-parent-2021/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@
},
"spacing": {
"padding": {
"top": "16px",
"bottom": "16px",
"top": "14px",
"bottom": "14px",
"left": "32px",
"right": "32px"
}
Expand All @@ -251,7 +251,7 @@
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontWeight": "600",
"lineHeight": "var(--wp--custom--body--small--typography--line-height)"
"lineHeight": "1.3"
}
},
"form": {
Expand Down

0 comments on commit 72058fa

Please sign in to comment.