Browse Source

Update font family

master
cyril.tsui 1 year ago
parent
commit
f68b5fa0b8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/themes/index.js

+ 1
- 1
src/themes/index.js View File

@@ -17,7 +17,7 @@ export default function ThemeCustomization({ children }) {
const theme = Palette('light', 'default'); const theme = Palette('light', 'default');


// eslint-disable-next-line react-hooks/exhaustive-deps // eslint-disable-next-line react-hooks/exhaustive-deps
const themeTypography = Typography(`Google Fonts`);
const themeTypography = Typography(`Monospaced`);
const themeCustomShadows = useMemo(() => CustomShadows(theme), [theme]); const themeCustomShadows = useMemo(() => CustomShadows(theme), [theme]);


const themeOptions = useMemo( const themeOptions = useMemo(


Loading…
Cancel
Save