From b1e4106e816d9400abe6813f4689048e1843637e Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Wed, 25 Sep 2024 15:49:51 -0400 Subject: [PATCH] Favorite button: Add a line height to count This updates the button to an exact 40px tall, matching the design and the "small button" variant. See https://github.com/WordPress/wporg-parent-2021/issues/157 --- mu-plugins/blocks/favorite-button/src/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/mu-plugins/blocks/favorite-button/src/style.scss b/mu-plugins/blocks/favorite-button/src/style.scss index 17112631..e4f65685 100644 --- a/mu-plugins/blocks/favorite-button/src/style.scss +++ b/mu-plugins/blocks/favorite-button/src/style.scss @@ -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) {