Ver código fonte

Update fonts

master
cyril.tsui 1 ano atrás
pai
commit
ab203f28d2
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/themes/index.js

+ 1
- 1
src/themes/index.js Ver arquivo

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


Carregando…
Cancelar
Salvar