|
@@ -98,7 +98,7 @@ const ProductSelected = () => {
|
98
|
98
|
|
99
|
99
|
<Box sx={{ pb: 1, pt: 1, width: "90%" }}>
|
100
|
100
|
<Typography variant="body2" sx={{
|
101
|
|
- fontWeight: "400", fontSize: {
|
|
101
|
+ fontWeight: "100", fontSize: {
|
102
|
102
|
xs: "0.875rem",
|
103
|
103
|
sm: "0.875rem",
|
104
|
104
|
md: "1.1rem",
|
|
@@ -116,7 +116,7 @@ const ProductSelected = () => {
|
116
|
116
|
{title}
|
117
|
117
|
</Typography>
|
118
|
118
|
<Typography variant="body2" sx={{
|
119
|
|
- fontWeight: "400", fontSize: {
|
|
119
|
+ fontWeight: "100", fontSize: {
|
120
|
120
|
xs: "0.875rem",
|
121
|
121
|
sm: "0.875rem",
|
122
|
122
|
md: "1.1rem",
|