Mini Cart Block: The color of the badge reflects the global style (https://github.com/woocommerce/woocommerce-blocks/pull/5477)

* Mini Cart Block: the color of the badge reflects the global style woocommerce/woocommerce-blocks#4965

Mini Cart Block: the color of the badge reflects the global style woocommerce/woocommerce-blocks#4965

* disable background
This commit is contained in:
Luigi Teschio 2022-01-06 09:47:34 +01:00 committed by GitHub
parent 168984edc2
commit 549e10fabb
2 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@ const settings = {
* to add color classes and style to the wrapper.
*/
__experimentalSkipSerialization: true,
background: false,
},
/**
* We need this experimental flag because we don't want to style the

View File

@ -9,7 +9,7 @@
border: 0.15em solid;
border-radius: 1em;
box-sizing: border-box;
color: #000;
color: inherit;
display: flex;
font-size: 0.875em;
font-weight: 600;