Ver a proveniência

Update font family

master
cyril.tsui há 1 ano
ascendente
cometimento
f68b5fa0b8
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/themes/index.js

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

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


Carregando…
Cancelar
Guardar