Documentation
    Preparing search index...

    Function ThemeProvider

    • Provides context for the UI Theme to its children.

      Parameters

      • __namedParameters: {
            children: ReactNode;
            overrides?: {
                borderRadiusPx?: number;
                brand?: {
                    faviconUrl?: string;
                    logoUrls?: { darkBg?: string; lightBg?: string };
                    name?: string;
                };
                primaryColor?: string;
                secondaryColor?: string;
                useDarkMode?: boolean;
            };
        }

      Returns ReactNode