Browse Source

Update fonts

master
cyril.tsui 1 year ago
parent
commit
ab203f28d2
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');

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


Loading…
Cancel
Save