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