Interface BrandingConfig

Represents the branding configuration, including color settings.

interface BrandingConfig {
    colors: { functional: string; primary: string };
}

Properties

Properties

colors: { functional: string; primary: string }

Type declaration

  • functional: string

    The functional color used for elements like buttons and links.

  • primary: string

    The primary color used in the branding.