Browse Source

change font weight on product selected

master
azri 1 week ago
parent
commit
eafa6dfe8a
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

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

Loading…
Cancel
Save