New to Kendo UI for Vue? Start a free 30-day trial
AppBarThemeColor
Updated over 6 months ago
Specifies the theme color of the AppBar (see example).
- The possible values are:
inheritlight(Default)dark
type AppBarThemeColor = "light" | "dark" | "inherit";