New to Kendo UI for Angular? Start a free 30-day trial
DialogThemeColor
Specifies the possible theme colors of the Dialog.
The possible values are:
primary
—Applies coloring based on theprimary
theme color.light
— Applies coloring based on thelight
theme color.dark
— Applies coloring based on thedark
theme color.
type
DialogThemeColor = "primary" | "light" | "dark";