Customizing Cancel Flow Styling
The cancel flow renders inside a shadow DOM host, so — like other Ordergroove web components — most of its styles are scoped and can only be customized through the CSS custom properties (variables) it exposes. Each variable has a built-in default, so setting none of them still renders a fully styled flow.
On Subscription Manager
If your cancel flow runs on a Subscription Manager page — that is, an <og-smi> element is present — you don’t need to do anything extra. Subscription Manager’s theme editor already sets --og-smi-* custom properties on <og-smi> for whatever you’ve configured as your theme’s Basic Mode colors and fonts, and the cancel flow picks those up automatically since it mounts inside <og-smi>.
On a headless or custom page
If you’re embedding the cancel flow outside of Subscription Manager, none of Subscription Manager’s theme settings apply, since there’s no <og-smi> element for them to be set on. The cancel flow instead falls back to its hardcoded default values unless you set the same custom properties yourself on #og-cancel-flow-container or an ancestor element.
Basic knobs
These variable names match the Basic Mode knobs available in Subscription Manager’s theme editor, so if you already know your theme’s colors, you can reuse the same values here:
Additional style variables
Beyond the basic knobs above, a few more variables cover the dialog container itself and its status colors:
These aren’t the complete set of --og-smi-* variables the cancel flow reads — they’re the ones most likely to matter for basic theming. Reach out to Ordergroove if you need to customize something not listed here.