Skip to main content
OrderIntentVerification renders a provider verification modal when an order-intent rail has status: "pending_verification". Customize its appearance with the appearance prop.

Customize the Appearance

The appearance object has two top-level keys: variables (global design tokens) and rules (per-element overrides).
Global design tokens that apply across the entire modal.
The SDK auto-infers missing color tokens from the ones you provide. For example, setting only backgroundPrimary will derive textPrimary, textSecondary, backgroundSecondary, and border automatically.

Apply the Appearance

You do not need to specify everything. The SDK infers missing colors:
This alone will auto-derive textPrimary, textSecondary, backgroundSecondary, and border from the dark background, and use the accent color for buttons, focus rings, and radio selections.