A String which sets the color scheme of the whole website.
theme: SoftUI({ colorScheme: string, });
theme: SoftUI({ colorScheme: "pink", });
colorScheme
themeColors
theme: SoftUI({ colorScheme: "custom", themeColors: { primaryColor: "#ff0000", secondaryColor: "#ff0000", }, });
Hide properties
Was this page helpful?