Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Product Price: Fix typography styles in the editor. (#8398)
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Cafferkey <[email protected]>
  • Loading branch information
danieldudzic and tjcafferkey authored Feb 15, 2023
1 parent 9e98c27 commit c8e70fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/atomic/blocks/product-elements/price/block.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit c8e70fe

Please sign in to comment.