Product Price: Fix typography styles in the editor. (https://github.com/woocommerce/woocommerce-blocks/pull/8398)
Co-authored-by: Tom Cafferkey <tjcafferkey@gmail.com>
This commit is contained in:
parent
c13bf15862
commit
e36da268f8
|
@ -83,6 +83,7 @@ export const Block = ( props: Props ): JSX.Element | null => {
|
|||
align={ textAlign }
|
||||
className={ wrapperClassName }
|
||||
regularPriceStyle={ style }
|
||||
priceStyle={ style }
|
||||
priceClassName={ priceClassName }
|
||||
currency={ currency }
|
||||
price={ prices.price }
|
||||
|
|
Loading…
Reference in New Issue