Browse Source

font size change

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

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

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

Loading…
Cancel
Save