ThemeOption
type ThemeOption = { color?: ColorOption; colorScheme?: ColorScheme; density?: 'compact' | 'normal' | 'spacious'; radius?: 'pill' | 'round' | 'soft' | 'sharp'; typography?: TypographyOption;};
Visual appearance configuration options for ChatKit.
Properties
Section titled “Properties”color?
Section titled “color?”optional color: ColorOption;
Color customization options.
colorScheme?
Section titled “colorScheme?”optional colorScheme: ColorScheme;
The color scheme to use for the ChatKit UI.
Default
Section titled “Default”'light';
density?
Section titled “density?”optional density: "compact" | "normal" | "spacious";
Determines the overall spacing of the ChatKit UI
Default
Section titled “Default”'normal';
radius?
Section titled “radius?”optional radius: "pill" | "round" | "soft" | "sharp";
Determines the overall roundness of the ChatKit UI.
Default
Section titled “Default”'pill';
typography?
Section titled “typography?”optional typography: TypographyOption;
Typography customization options.