diff --git a/site/src/@types/mui.d.ts b/site/src/@types/mui.d.ts index 0762f53151c59..50ca165c18ce2 100644 --- a/site/src/@types/mui.d.ts +++ b/site/src/@types/mui.d.ts @@ -14,10 +14,6 @@ declare module "@mui/material/styles" { experimental: NewTheme; } - interface TypeBackground { - paperLight: string; - } - interface Palette { neutral: PaletteColor; } diff --git a/site/src/components/Dashboard/Navbar/NavbarView.tsx b/site/src/components/Dashboard/Navbar/NavbarView.tsx index 0f1eed8522b0f..f23963bfbbba7 100644 --- a/site/src/components/Dashboard/Navbar/NavbarView.tsx +++ b/site/src/components/Dashboard/Navbar/NavbarView.tsx @@ -187,8 +187,8 @@ export const NavbarView: FC = ({