New to KendoReact? Learn about KendoReact Free.
AppBarThemeColor
Specifies the theme color of the AppBar (see example).
- The possible values are:
light
(Default)- 'primary'
- 'secondary'
- 'tertiary'
- 'info'
- 'success'
- 'warning'
- 'error'
- 'dark'
- 'inherit'
- 'inverse'
type
AppBarThemeColor = "base" | "primary" | "secondary" | "tertiary" | "info" | "success" | "warning" | "error" | "dark" | "light" | "inherit" | "inverse";