Appearance
Home > @plaidev/karte-action-sdk > BrandKit
BrandKit type
Signature:
typescript
type BrandKit = {
font_family: string;
color_text_primary: string;
color_text_secondary: string;
color_brand: string;
color_link: string;
color_danger: string;
color_success: string;
color_info: string;
color_warning: string;
color_white: string;
};