Skip to content

Commit

Permalink
Button styles: Update the line height on small buttons
Browse files Browse the repository at this point in the history
The line height change in #152 made the small buttons too small. This increases the line height so that small buttons match the designed height of 40px.

Fixes #157
  • Loading branch information
ryelle committed Sep 25, 2024
1 parent e8fca71 commit 4083aab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
--wp--custom--button--spacing--padding--right: var(--wp--custom--button--small--spacing--padding--right);

--wp--custom--button--typography--font-size: var(--wp--custom--button--small--typography--font-size);
--wp--custom--button--typography--line-height: 1.714;
}

@mixin button-toggle-styles {
Expand Down

0 comments on commit 4083aab

Please sign in to comment.