Fix colors not being applied to Mini-Cart Proceed to Checkout Button in the editor (https://github.com/woocommerce/woocommerce-blocks/pull/9661)
This commit is contained in:
parent
801b7846e7
commit
73ffb371d2
|
@ -36,6 +36,7 @@ export const Edit = ( {
|
|||
checkoutButtonLabel: content,
|
||||
} );
|
||||
} }
|
||||
style={ blockProps.style }
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue