Browse Source

change font size

master
azri 1 week ago
parent
commit
43e32639f0
1 changed files with 8 additions and 8 deletions
  1. 8
    8
      src/components/ProductSelected/ProductSelected.jsx

+ 8
- 8
src/components/ProductSelected/ProductSelected.jsx View File

101
                 fontWeight: "400", fontSize: {
101
                 fontWeight: "400", fontSize: {
102
                   xs: "0.875rem",
102
                   xs: "0.875rem",
103
                   sm: "0.875rem",
103
                   sm: "0.875rem",
104
-                  md: "1rem",
104
+                  md: "1.1rem",
105
                 }
105
                 }
106
               }}>
106
               }}>
107
                 {collection_name}
107
                 {collection_name}
110
                 fontWeight: "500", fontSize: {
110
                 fontWeight: "500", fontSize: {
111
                   xs: "0.875rem",
111
                   xs: "0.875rem",
112
                   sm: "0.875rem",
112
                   sm: "0.875rem",
113
-                  md: "1rem",
113
+                  md: "1.1rem",
114
                 }
114
                 }
115
               }}>
115
               }}>
116
                 {title}
116
                 {title}
119
                 fontWeight: "400", fontSize: {
119
                 fontWeight: "400", fontSize: {
120
                   xs: "0.875rem",
120
                   xs: "0.875rem",
121
                   sm: "0.875rem",
121
                   sm: "0.875rem",
122
-                  md: "1rem",
122
+                  md: "1.1rem",
123
                 }
123
                 }
124
               }}>
124
               }}>
125
                 {`${minPriceCurrency} ${parseFloat(minPrice).toFixed(2)}`}
125
                 {`${minPriceCurrency} ${parseFloat(minPrice).toFixed(2)}`}
135
 
135
 
136
   return (
136
   return (
137
     <Box sx={{
137
     <Box sx={{
138
-      my:{
139
-        xs:0,
140
-        sm:2,
141
-        md:5
138
+      my: {
139
+        xs: 0,
140
+        sm: 2,
141
+        md: 5
142
       }
142
       }
143
     }}>
143
     }}>
144
 
144
 
173
         />
173
         />
174
       </Grid>
174
       </Grid>
175
 
175
 
176
-      <Box sx={{mt:2}}>
176
+      <Box sx={{ mt: 2 }}>
177
         <Swiper
177
         <Swiper
178
           modules={[Scrollbar, A11y]}
178
           modules={[Scrollbar, A11y]}
179
           spaceBetween={10}
179
           spaceBetween={10}

Loading…
Cancel
Save