diff --git a/assets/js/base/components/button/style.scss b/assets/js/base/components/button/style.scss index f934aae437c..744780bed39 100644 --- a/assets/js/base/components/button/style.scss +++ b/assets/js/base/components/button/style.scss @@ -57,12 +57,7 @@ } body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) { - @include reset-typography(); - font-weight: bold; - line-height: 1; padding: 0 em($gap); - text-decoration: none; - text-transform: none; &:focus { box-shadow: 0 0 0 2px $studio-blue; diff --git a/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/style.scss b/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/style.scss index 15f3697cad1..c571526ab3d 100644 --- a/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/style.scss +++ b/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/style.scss @@ -10,8 +10,6 @@ height: auto; .wc-block-components-button__text { - line-height: 24px; - > svg { fill: $white; vertical-align: top;