New to Kendo UI for Angular? Start a free 30-day trial
DialogThemeColor
Updated on Jun 13, 2025
Represents the possible theme colors for the Dialog.
Use the DialogThemeColor type to set the color theme for Dialog components. The possible values are:
primary—Applies coloring based on theprimarytheme color.light— Applies coloring based on thelighttheme color.dark— Applies coloring based on thedarktheme color.
type DialogThemeColor = "primary" | "light" | "dark";