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:
Albert Juhé Lluveras 2023-05-31 13:58:20 +02:00 committed by GitHub
parent 801b7846e7
commit 73ffb371d2
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ export const Edit = ( {
checkoutButtonLabel: content,
} );
} }
style={ blockProps.style }
/>
</div>
);