Anna Ho před 1 rokem
rodič
revize
81ef376832
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/themes/index.js

+ 1
- 1
src/themes/index.js Zobrazit soubor

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


Načítá se…
Zrušit
Uložit