@juki-team/commons - v0.1.10
    Preparing search index...

    Type Alias CompanyStyles

    CompanyStyles: Record<
        Theme,
        {
            body: {
                accentColor: string;
                accentColorInset: string;
                backgroundColor: string;
                backgroundColorHighlight: string;
                textColor: string;
                textColorHighlight: string;
                textColorHighlightInset: string;
            };
            navbar: {
                accentColor: string;
                backgroundColor: string;
                logoTheme: Theme;
                textColor: string;
            };
        },
    >