I’m creating an app checkout ui extension to add an upsell. I would like to be able to change the color/styling of the text as well as customize the size of the quantity stepper. Is this possible? I’ve tried adding className as a prop and inline styles directly to the component and they do nothing. Do I need to rebuild the components from scratch to allow for me to change their appearance? Photo attached. Trying to customize the Text and Stepper components.
Text documentation: https://shopify.dev/docs/api/checkout-ui-extensions/2023-07/components/titles-and-text/text
Stepper documentation: https://shopify.dev/docs/api/checkout-ui-extensions/2023-07/components/forms/stepper
