Fix color of All Reviews block icon (https://github.com/woocommerce/woocommerce-blocks/pull/919)
* Fix color of All Reviews block icon * Fix lint notice
This commit is contained in:
parent
ea0ce0e915
commit
05ef21861d
|
@ -19,7 +19,7 @@ import save from '../save.js';
|
|||
registerBlockType( 'woocommerce/all-reviews', {
|
||||
title: __( 'All Reviews', 'woo-gutenberg-products-block' ),
|
||||
icon: {
|
||||
src: <IconAllReviews className="block-editor-block-icon" />,
|
||||
src: <IconAllReviews fillColor="#96588a" />,
|
||||
foreground: '#96588a',
|
||||
},
|
||||
category: 'woocommerce',
|
||||
|
|
Loading…
Reference in New Issue