Skip to content

chore(site): remove paperLight background value #10857

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 10 commits into from
Nov 27, 2023
Merged
Prev Previous commit
Next Next commit
Remove paperLight from code
  • Loading branch information
BrunoQuaresma committed Nov 24, 2023
commit 0f11fc18a88ec34d1a344cea6a0f07e8d0409fed
4 changes: 0 additions & 4 deletions site/src/@types/mui.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ declare module "@mui/material/styles" {
experimental: NewTheme;
}

interface TypeBackground {
paperLight: string;
}

interface Palette {
neutral: PaletteColor;
}
Expand Down
1 change: 0 additions & 1 deletion site/src/theme/mui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export let dark = createTheme({
background: {
default: colors.gray[17],
paper: colors.gray[16],
paperLight: colors.gray[14],
},
text: {
primary: colors.gray[1],
Expand Down