ソースを参照

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" }}>

読み込み中…
キャンセル
保存