|
@@ -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
|
|