Shopify / checkout-ui

MIT License
45 stars 7 forks source link

CalloutBanner h2 is not bold in actual Shopify Checkout #34

Open chaddjohnson opened 2 years ago

chaddjohnson commented 2 years ago

I'm noticing that the h2 heading within the CalloutBanner rendered in the actual post purchase in the storefront (using @shopify/post-purchase-ui-extensions-react) is not bold (weight is only 400):

Screen Shot 2022-09-16 at 1 51 04 PM

However, the docs show this heading as being bold: https://shopify.dev/api/checkout-extensions/components/calloutbanner. And, when I render CalloutBanner locally using @shopify/checkout-ui-react, the heading is bold (weight 500).

So something is wrong with the actual Shopify Checkout experience. I'm not sure where to report this issue, so I'm reporting it here...