Sfoglia il codice sorgente

Update font family

master
cyril.tsui 1 anno fa
parent
commit
f68b5fa0b8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/themes/index.js

+ 1
- 1
src/themes/index.js Vedi File

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


Caricamento…
Annulla
Salva