Explorar el Código

Update font family

master
cyril.tsui hace 1 año
padre
commit
fb15fbd874
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/themes/index.js

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

@@ -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(`Monospaced`);
const themeTypography = Typography(`微軟正黑體`);
const themeCustomShadows = useMemo(() => CustomShadows(theme), [theme]);

const themeOptions = useMemo(


Cargando…
Cancelar
Guardar