We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c75e758 commit 090a2aaCopy full SHA for 090a2aa
site/src/theme/index.ts
@@ -9,7 +9,7 @@ import light from "./light";
9
import type { Roles } from "./roles";
10
11
export interface Theme extends Omit<MuiTheme, "palette"> {
12
- /** @deprecated use `theme.roles` instead */
+ /** @deprecated prefer `theme.roles` when possible */
13
palette: MuiTheme["palette"];
14
15
/** Sets of colors that can be used based on the role that a UI element serves
0 commit comments