diff --git a/plugins/woocommerce/changelog/update-tt2-view-products-button-padding b/plugins/woocommerce/changelog/update-tt2-view-products-button-padding new file mode 100644 index 00000000000..6c051b86407 --- /dev/null +++ b/plugins/woocommerce/changelog/update-tt2-view-products-button-padding @@ -0,0 +1,5 @@ +Significance: patch +Type: update +Comment: Button padding update + + diff --git a/plugins/woocommerce/client/legacy/css/twenty-twenty-two.scss b/plugins/woocommerce/client/legacy/css/twenty-twenty-two.scss index 1a528db18b0..2092fae1766 100644 --- a/plugins/woocommerce/client/legacy/css/twenty-twenty-two.scss +++ b/plugins/woocommerce/client/legacy/css/twenty-twenty-two.scss @@ -244,7 +244,8 @@ $tt2-gray: #f7f7f7; margin-bottom: 0; } - a.add_to_cart_button { + a.add_to_cart_button, + a.product_type_grouped { padding: 0.8rem 2.7rem; &.loading {