We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1523637 commit 8fa820dCopy full SHA for 8fa820d
src/lib/mui.tsx
@@ -9,7 +9,6 @@ import type { PaletteOptions as MuiPaletteOptions } from "@mui/material/styles/c
9
import { getColorDecisions } from "./generatedFromCss/getColorDecisions";
10
import { getColorOptions } from "./generatedFromCss/getColorOptions";
11
import { useIsDark } from "./useColorScheme";
12
-import { breakpoints } from "./breakpoints";
13
14
function createMuiDsfrThemeFromTheme(params: { isDark: boolean }): MuiTheme {
15
const { isDark } = params;
0 commit comments