Selaa lähdekoodia

Update font family

master
cyril.tsui 1 vuosi sitten
vanhempi
commit
f68b5fa0b8
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      src/themes/index.js

+ 1
- 1
src/themes/index.js Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna