소스 검색

change font size

master
azri 1 주 전
부모
커밋
c0e9c643fc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/components/ProductList/ProductList.jsx

+ 1
- 1
src/components/ProductList/ProductList.jsx 파일 보기

@@ -209,7 +209,7 @@ const ProductList = ({ size = 99999 }) => {
209 209
               <Typography variant="body1" sx={{ fontWeight: "400", mb: 1 }}>
210 210
                 {collection_name}
211 211
               </Typography>
212
-              <Typography variant="h6" sx={{ fontWeight: "bolder", mb: 1 }}>
212
+              <Typography variant="body2" sx={{ fontWeight: "bolder", mb: 1 }}>
213 213
                 {title}
214 214
               </Typography>
215 215
               <Typography variant="body1" sx={{ fontWeight: "400" }}>

Loading…
취소
저장