Fix ESLint issues
This commit is contained in:
@@ -24,8 +24,6 @@ declare module "@mui/material/styles" {
|
||||
900: string;
|
||||
}
|
||||
|
||||
interface PaletteColor extends ColorRange {}
|
||||
|
||||
interface Palette {
|
||||
baseShadow: string;
|
||||
}
|
||||
@@ -405,10 +403,10 @@ export const shape = {
|
||||
borderRadius: 8,
|
||||
};
|
||||
|
||||
// @ts-ignore
|
||||
const defaultShadows: Shadows = [
|
||||
"none",
|
||||
"var(--template-palette-baseShadow)",
|
||||
...defaultTheme.shadows.slice(2),
|
||||
];
|
||||
] as never;
|
||||
|
||||
export const shadows = defaultShadows;
|
||||
|
||||
Reference in New Issue
Block a user