Skip to content

Commit 0f11fc1

Browse files
committed
Remove paperLight from code
1 parent 60d8ec8 commit 0f11fc1

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

site/src/@types/mui.d.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ declare module "@mui/material/styles" {
1414
experimental: NewTheme;
1515
}
1616

17-
interface TypeBackground {
18-
paperLight: string;
19-
}
20-
2117
interface Palette {
2218
neutral: PaletteColor;
2319
}

site/src/theme/mui.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ export let dark = createTheme({
4040
background: {
4141
default: colors.gray[17],
4242
paper: colors.gray[16],
43-
paperLight: colors.gray[14],
4443
},
4544
text: {
4645
primary: colors.gray[1],

0 commit comments

Comments
 (0)