瀏覽代碼

font size change

master
azri 1 周之前
父節點
當前提交
b012e216a4
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. 3
    3
      src/components/ProductList/ProductList.jsx

+ 3
- 3
src/components/ProductList/ProductList.jsx 查看文件

@@ -209,21 +209,21 @@ const ProductList = ({ size = 99999 }) => {
209 209
               <Typography variant="body2" sx={{ fontWeight: "400",fontSize:{
210 210
                 xs:"0.875rem",
211 211
                 sm:"0.875rem",
212
-                md:"1rem",
212
+                md:"1.1rem",
213 213
               } }}>
214 214
                 {collection_name}
215 215
               </Typography>
216 216
               <Typography variant="body2" sx={{ fontWeight: "bolder", fontSize:{
217 217
                 xs:"0.875rem",
218 218
                 sm:"0.875rem",
219
-                md:"1rem",
219
+                md:"1.1rem",
220 220
               }}}>
221 221
                 {title}
222 222
               </Typography>
223 223
               <Typography variant="body2" sx={{ fontWeight: "400", fontSize:{
224 224
                 xs:"0.875rem",
225 225
                 sm:"0.875rem",
226
-                md:"1rem",
226
+                md:"1.1rem",
227 227
               } }}>
228 228
                 {`${minPriceCurrency} ${parseFloat(minPrice).toFixed(2)}`}
229 229
               </Typography>

Loading…
取消
儲存