woocommerce/plugins/woocommerce-admin/client/marketing/components/button/style.scss

7 lines
157 B
SCSS

.components-button.woocommerce-admin-marketing-button {
&:not([disabled]) {
border-color: $theme-color !important;
color: $theme-color !important;
}
}