Open chaddjohnson opened 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):
CalloutBanner
@shopify/post-purchase-ui-extensions-react
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).
@shopify/checkout-ui-react
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...
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):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...