|
|
@@ -17,7 +17,7 @@ export default function ThemeCustomization({ children }) { |
|
|
|
const theme = Palette('light', 'default'); |
|
|
|
|
|
|
|
// eslint-disable-next-line react-hooks/exhaustive-deps |
|
|
|
const themeTypography = Typography(`Google Fonts`); |
|
|
|
const themeTypography = Typography(`Monospaced`); |
|
|
|
const themeCustomShadows = useMemo(() => CustomShadows(theme), [theme]); |
|
|
|
|
|
|
|
const themeOptions = useMemo( |
|
|
|