Skip to content

Commit 090a2aa

Browse files
committed
✏️
1 parent c75e758 commit 090a2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/theme/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import light from "./light";
99
import type { Roles } from "./roles";
1010

1111
export interface Theme extends Omit<MuiTheme, "palette"> {
12-
/** @deprecated use `theme.roles` instead */
12+
/** @deprecated prefer `theme.roles` when possible */
1313
palette: MuiTheme["palette"];
1414

1515
/** Sets of colors that can be used based on the role that a UI element serves

0 commit comments

Comments
 (0)