Przeglądaj źródła

Update fonts

master
cyril.tsui 1 rok temu
rodzic
commit
ab203f28d2
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/themes/index.js

+ 1
- 1
src/themes/index.js Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz