New to KendoReact? Learn about KendoReact Free.
AppBarThemeColor
Updated on May 12, 2026
Specifies the AppBar theme color (see example).
- The possible values are:
light(Default)- 'primary'
- 'secondary'
- 'tertiary'
- 'inverse'
type AppBarThemeColor = "base" | "primary" | "secondary" | "tertiary" | "inverse";