Interface BrandingAppearance

BrandingAppearance defines the appearance settings of an app's branding configuration.

interface BrandingAppearance {
    color_accent: string;
    color_buttons_primary: string;
    color_error: string;
    color_form_bg: string;
    color_page_bg: string;
    color_product_info_bg: string;
    font: string;
    shapes: "default" | "rectangle" | "rounded" | "pill";
    show_product_description: boolean;
}

Properties

color_accent: string
color_buttons_primary: string
color_error: string
color_form_bg: string
color_page_bg: string
color_product_info_bg: string
font: string
shapes: "default" | "rectangle" | "rounded" | "pill"
show_product_description: boolean