New to Kendo UI for Angular? Start a free 30-day trial
ButtonThemeColor
Specifies the possible theme colors for the buttons (see examples).
The possible values are:
base
—Applies thebase
theme color.primary
—Applies theprimary
theme color.secondary
—Applies thesecondary
theme color.tertiary
—Applies thetertiary
theme color.info
—Applies theinfo
theme color.success
—Applies thesuccess
theme color.warning
—Applies thewarning
theme color.error
—Applies theerror
theme color.dark
—Applies thedark
theme color.light
—Applies thelight
theme color.inverse
—Applies theinverse
theme color.none
—Removes the theme color.
type
ButtonThemeColor = "base" | "primary" | "secondary" | "tertiary" | "info" | "success" | "warning" | "error" | "dark" | "light" | "inverse" | "none";