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

Loading…
Cancel
Save