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:
Daniel Dudzic 2023-02-15 12:03:42 +01:00 committed by GitHub
parent c13bf15862
commit e36da268f8
1 changed files with 1 additions and 0 deletions

View File

@ -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 }