浏览代码

Update fonts

master
cyril.tsui 1年前
父节点
当前提交
ab203f28d2
共有 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(`'Public Sans', sans-serif`);
const themeTypography = Typography(`Google Fonts`);
const themeCustomShadows = useMemo(() => CustomShadows(theme), [theme]);

const themeOptions = useMemo(


正在加载...
取消
保存