cyril.tsui 1 год назад
Родитель
Сommit
fb15fbd874
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      src/themes/index.js

+ 1
- 1
src/themes/index.js Просмотреть файл

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


Загрузка…
Отмена
Сохранить