Anna Ho пре 1 година
родитељ
комит
81ef376832
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/themes/index.js

+ 1
- 1
src/themes/index.js Прегледај датотеку

@@ -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(`'Public Sans', sans-serif`);
const themeTypography = Typography(`Monospaced`);
const themeCustomShadows = useMemo(() => CustomShadows(theme), [theme]);

const themeOptions = useMemo(


Loading…
Откажи
Сачувај