LinkAppearance: {
    lightColors?: Onramp.LinkColors;
    darkColors?: Onramp.LinkColors;
    style?: Onramp.LinkStyle;
    primaryButton?: Onramp.LinkPrimaryButton;
    reduceLinkBranding?: boolean;
}

Customization options for Link/Stripe-provided UI.

Type declaration

  • OptionallightColors?: Onramp.LinkColors

    Color overrides used when the device is in light mode.

  • OptionaldarkColors?: Onramp.LinkColors

    Color overrides used when the device is in dark mode.

  • Optionalstyle?: Onramp.LinkStyle

    UI style preference for Stripe UI.

  • OptionalprimaryButton?: Onramp.LinkPrimaryButton

    Primary button appearance overrides.

  • OptionalreduceLinkBranding?: boolean

    When true, reduces Link branding in the sheet.

    only.