Browse Source

change description font size

master
azri 1 week ago
parent
commit
d5f188af43
1 changed files with 5 additions and 5 deletions
  1. 5
    5
      src/components/ProductList/ProductList.jsx

+ 5
- 5
src/components/ProductList/ProductList.jsx View File

205
               NEW
205
               NEW
206
             </Button>}
206
             </Button>}
207
 
207
 
208
-            <Box sx={{ pb: 5, pt: 3, width: "80%" }}>
209
-              <Typography variant="body1" sx={{ fontWeight: "400", mb: 1 }}>
208
+            <Box sx={{ pb: 1, pt: 1, width: "90%" }}>
209
+              <Typography variant="body2" sx={{ fontWeight: "400" }}>
210
                 {collection_name}
210
                 {collection_name}
211
               </Typography>
211
               </Typography>
212
-              <Typography variant="body2" sx={{ fontWeight: "bolder", mb: 1 }}>
212
+              <Typography variant="body2" sx={{ fontWeight: "bolder"}}>
213
                 {title}
213
                 {title}
214
               </Typography>
214
               </Typography>
215
-              <Typography variant="body1" sx={{ fontWeight: "400" }}>
215
+              <Typography variant="body2" sx={{ fontWeight: "400" }}>
216
                 {`${minPriceCurrency} ${parseFloat(minPrice).toFixed(2)}`}
216
                 {`${minPriceCurrency} ${parseFloat(minPrice).toFixed(2)}`}
217
               </Typography>
217
               </Typography>
218
-              <Typography variant="body1" sx={{ mt: 2 }}>
218
+              <Typography variant="body2" sx={{ mt: 2 }}>
219
                 {extra_desc}
219
                 {extra_desc}
220
               </Typography>
220
               </Typography>
221
             </Box>
221
             </Box>

Loading…
Cancel
Save