Browse Source

change font weight collection list on navbar

master
azri 1 week ago
parent
commit
9a5ca656e1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/components/Navbar/Navbar.jsx

+ 1
- 1
src/components/Navbar/Navbar.jsx View File

218
           sx={{
218
           sx={{
219
             mt:1,
219
             mt:1,
220
             color: "black",
220
             color: "black",
221
-            fontWeight: "400",
221
+            fontWeight: "100",
222
           }}
222
           }}
223
         >
223
         >
224
           {colletion?.title?.toUpperCase()}
224
           {colletion?.title?.toUpperCase()}

Loading…
Cancel
Save