New to Kendo UI for AngularStart a free 30-day trial

TypographyThemeColor

Sets the theme color.

You can use these values:

  • inherit (Default)—Uses coloring based on the current color.
  • primary—Uses coloring based on primary theme color.
  • secondary—Uses coloring based on secondary theme color.
  • tertiary—Uses coloring based on tertiary theme color.
  • info—Uses coloring based on info theme color.
  • success—Uses coloring based on success theme color.
  • warning—Uses coloring based on warning theme color.
  • error—Uses coloring based on error theme color.
  • dark—Uses coloring based on dark theme color.
  • light—Uses coloring based on light theme color.
  • inverse—Uses coloring based on inverse theme color.

type TypographyThemeColor = "inherit" | "primary" | "secondary" | "tertiary" | "info" | "success" | "warning" | "error" | "dark" | "light" | "inverse";

Not finding the help you need?
Contact Support