I’ve created a checkout extension that includes an input field and a button. I want to match the UI of my extension with the native checkout UI, specifically by changing the color of my extension’s button. Is there any way to achieve this?
In the checkout, we use theme settings to update the checkout colors. Is there a way to access those color settings within the checkout extension code perhaps via GraphQL or any other method?
Thank you for your question! Checkout UI Extensions follow the styles of the checkout, and there are no extension-specific styling options. Therefore, your extension’s button will inherit the appropriate colors without any manual adjustments needed.