ソースを参照

Update font family

master
cyril.tsui 1年前
コミット
f68b5fa0b8
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(`Google Fonts`);
const themeTypography = Typography(`Monospaced`);
const themeCustomShadows = useMemo(() => CustomShadows(theme), [theme]);

const themeOptions = useMemo(


読み込み中…
キャンセル
保存