Explorar el Código

change selected to semibold

master
azri hace 1 semana
padre
commit
c332973a07
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      src/components/ProductSelected/ProductSelected.jsx

+ 2
- 2
src/components/ProductSelected/ProductSelected.jsx Ver fichero

@@ -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…
Cancelar
Guardar