Browse Source

changr foont size

master
azri 1 month ago
parent
commit
1ab4ff87fe
1 changed files with 6 additions and 6 deletions
  1. 6
    6
      src/components/ProductList/ProductList.jsx

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

233
               sx={{
233
               sx={{
234
                 fontWeight: "100",
234
                 fontWeight: "100",
235
                 fontSize: {
235
                 fontSize: {
236
-                  xs: "0.75rem",
237
-                  sm: "0.75rem",
236
+                  xs: "0.73rem",
237
+                  sm: "0.73rem",
238
                   md: "0.75rem",
238
                   md: "0.75rem",
239
                 },
239
                 },
240
               }}
240
               }}
246
               sx={{
246
               sx={{
247
                 fontWeight: "500",
247
                 fontWeight: "500",
248
                 fontSize: {
248
                 fontSize: {
249
-                  xs: "0.875rem",
250
-                  sm: "0.875rem",
249
+                  xs: "0.73rem",
250
+                  sm: "0.73rem",
251
                   md: "0.875rem",
251
                   md: "0.875rem",
252
                 },
252
                 },
253
               }}
253
               }}
259
               sx={{
259
               sx={{
260
                 fontWeight: "100",
260
                 fontWeight: "100",
261
                 fontSize: {
261
                 fontSize: {
262
-                  xs: "0.875rem",
263
-                  sm: "0.875rem",
262
+                  xs: "0.73rem",
263
+                  sm: "0.73rem",
264
                   md: "0.875rem",
264
                   md: "0.875rem",
265
                 },
265
                 },
266
               }}
266
               }}

Loading…
Cancel
Save