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