From c8e70fef2c3678ce8d58ff38541ab3c8952b0537 Mon Sep 17 00:00:00 2001 From: Daniel Dudzic Date: Wed, 15 Feb 2023 12:03:42 +0100 Subject: [PATCH] Product Price: Fix typography styles in the editor. (#8398) Co-authored-by: Tom Cafferkey --- assets/js/atomic/blocks/product-elements/price/block.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/js/atomic/blocks/product-elements/price/block.tsx b/assets/js/atomic/blocks/product-elements/price/block.tsx index 473b6cb0a40..b3022d62b3e 100644 --- a/assets/js/atomic/blocks/product-elements/price/block.tsx +++ b/assets/js/atomic/blocks/product-elements/price/block.tsx @@ -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 }