Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface BrandingThemeColors

    interface BrandingThemeColors {
        base_focus_color?: string;
        base_hover_color?: string;
        body_text: string;
        captcha_widget_theme?: Management.BrandingThemeColorsCaptchaWidgetThemeEnum;
        error: string;
        header: string;
        icons: string;
        input_background: string;
        input_border: string;
        input_filled_text: string;
        input_labels_placeholders: string;
        links_focused_components: string;
        primary_button: string;
        primary_button_label: string;
        read_only_background?: string;
        secondary_button_border: string;
        secondary_button_label: string;
        success: string;
        widget_background: string;
        widget_border: string;
    }
    Index

    Properties

    base_focus_color?: string

    Base Focus Color

    base_hover_color?: string

    Base Hover Color

    body_text: string

    Body text

    error: string

    Error

    header: string

    Header

    icons: string

    Icons

    input_background: string

    Input background

    input_border: string

    Input border

    input_filled_text: string

    Input filled text

    input_labels_placeholders: string

    Input labels & placeholders

    links_focused_components: string

    Links & focused components

    primary_button: string

    Primary button

    primary_button_label: string

    Primary button label

    read_only_background?: string

    Read only background

    secondary_button_border: string

    Secondary button border

    secondary_button_label: string

    Secondary button label

    success: string

    Success

    widget_background: string

    Widget background

    widget_border: string

    Widget border