Skip to content

Commit

Permalink
Favorite button: Add a line height to count
Browse files Browse the repository at this point in the history
This updates the button to an exact 40px tall, matching the design and the "small button" variant.

See WordPress/wporg-parent-2021#157
  • Loading branch information
ryelle committed Sep 25, 2024
1 parent 46c2c32 commit b1e4106
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mu-plugins/blocks/favorite-button/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
border-radius: 2px;
box-shadow: none;
font-size: 14px;
line-height: 1.7;
color: var(--wp--preset--color--charcoal-1);

&:where(button) {
Expand Down

0 comments on commit b1e4106

Please sign in to comment.