Browse Source

change product detail font weight

master
azri 1 week ago
parent
commit
6e1ba724c5
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      src/components/ProductDetails/ProductDetails.jsx

+ 3
- 3
src/components/ProductDetails/ProductDetails.jsx View File

242
             return (
242
             return (
243
               <Box sx={{ display: (name == "Title") ? "none" : "block" }}>
243
               <Box sx={{ display: (name == "Title") ? "none" : "block" }}>
244
                 <Typography variant="body2" sx={{
244
                 <Typography variant="body2" sx={{
245
-                  fontWeight: "100", fontSize: {
245
+                  fontWeight: "400", fontSize: {
246
                     xs: "0.875rem",
246
                     xs: "0.875rem",
247
                     sm: "0.875rem",
247
                     sm: "0.875rem",
248
                     md: "1.1rem",
248
                     md: "1.1rem",
281
         {/* Section 3: Quantity */}
281
         {/* Section 3: Quantity */}
282
         <Box sx={{ mb: 5 }}>
282
         <Box sx={{ mb: 5 }}>
283
           <Typography variant="body2" sx={{
283
           <Typography variant="body2" sx={{
284
-            fontWeight: "100", fontSize: {
284
+            fontWeight: "400", fontSize: {
285
               xs: "0.875rem",
285
               xs: "0.875rem",
286
               sm: "0.875rem",
286
               sm: "0.875rem",
287
               md: "1.1rem",
287
               md: "1.1rem",
323
 
323
 
324
         {/* Section 4: Description */}
324
         {/* Section 4: Description */}
325
         <Box sx={{ mb: 5 }}>
325
         <Box sx={{ mb: 5 }}>
326
-          <Typography variant="body1" sx={{ fontWeight: "bold", color: "#000" }}>
326
+          <Typography variant="body1" sx={{ fontWeight: "400", color: "#000" }}>
327
             Description
327
             Description
328
           </Typography>
328
           </Typography>
329
           <Typography variant="body1" color="text.secondary" sx={{ fontWeight: "400" }}>
329
           <Typography variant="body1" color="text.secondary" sx={{ fontWeight: "400" }}>

Loading…
Cancel
Save