Skip to content

chore(site): make info gray #14356

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Aug 20, 2024
Prev Previous commit
✏️
  • Loading branch information
aslilac committed Aug 20, 2024
commit 090a2aa01b916564ef0a3b0950aee15075814df8
2 changes: 1 addition & 1 deletion site/src/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import light from "./light";
import type { Roles } from "./roles";

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

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