Type alias CustomerPortalColorsPaletteInput

CustomerPortalColorsPaletteInput: { backgroundColor?: InputMaybe<Scalars["String"]>; borderColor?: InputMaybe<Scalars["String"]>; currentPlanBackground?: InputMaybe<Scalars["String"]>; iconsColor?: InputMaybe<Scalars["String"]>; paywallBackgroundColor?: InputMaybe<Scalars["String"]>; primary?: InputMaybe<Scalars["String"]>; textColor?: InputMaybe<Scalars["String"]> }

Input for customizing customer portal color palette.

Type declaration

  • Optional backgroundColor?: InputMaybe<Scalars["String"]>

    Background color of the widget.

  • Optional borderColor?: InputMaybe<Scalars["String"]>

    Color applied to widget borders or separators.

  • Optional currentPlanBackground?: InputMaybe<Scalars["String"]>

    Background color for the customer’s current plan section in the paywall.

  • Optional iconsColor?: InputMaybe<Scalars["String"]>

    Color used for icons in the customer portal.

  • Optional paywallBackgroundColor?: InputMaybe<Scalars["String"]>

    Background color for embedded paywall sections inside the customer portal.

  • Optional primary?: InputMaybe<Scalars["String"]>

    Primary accent color used throughout the widget.

  • Optional textColor?: InputMaybe<Scalars["String"]>

    Default color used for text content.