Parcourir la source

Update fonts

master
cyril.tsui il y a 1 an
Parent
révision
ab203f28d2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/themes/index.js

+ 1
- 1
src/themes/index.js Voir le fichier

@@ -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(`Google Fonts`);
const themeCustomShadows = useMemo(() => CustomShadows(theme), [theme]);

const themeOptions = useMemo(


Chargement…
Annuler
Enregistrer