Browse Source

change selected to semibold

master
azri 1 week ago
parent
commit
c332973a07
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/components/ProductSelected/ProductSelected.jsx

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

107
                 {collection_name}
107
                 {collection_name}
108
               </Typography>
108
               </Typography>
109
               <Typography variant="body2" sx={{
109
               <Typography variant="body2" sx={{
110
-                fontWeight: "500", fontSize: {
110
+                fontWeight: "400", fontSize: {
111
                   xs: "0.875rem",
111
                   xs: "0.875rem",
112
                   sm: "0.875rem",
112
                   sm: "0.875rem",
113
                   md: "1.1rem",
113
                   md: "1.1rem",
160
           }}
160
           }}
161
           onClick={swipeToLeft}
161
           onClick={swipeToLeft}
162
         />
162
         />
163
-        <Typography variant="h4" sx={{ mx: 2 }}>
163
+        <Typography variant="h4" sx={{ mx: 2, fontWeight:"50" }}>
164
           NEW IN
164
           NEW IN
165
         </Typography>
165
         </Typography>
166
 
166
 

Loading…
Cancel
Save