소스 검색

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(


불러오는 중...
취소
저장