Fix ESLint issues
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-12-03 14:38:52 +01:00
parent bbf558bbf9
commit f6568cf059
10 changed files with 27 additions and 61 deletions

View File

@@ -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;