* Fix color of All Reviews block icon

* Fix lint notice
This commit is contained in:
Albert Juhé Lluveras 2019-08-28 11:29:43 +02:00 committed by GitHub
parent ea0ce0e915
commit 05ef21861d
1 changed files with 1 additions and 1 deletions

View File

@ -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',