瀏覽代碼

change font weight collection list on navbar

master
azri 3 月之前
父節點
當前提交
9a5ca656e1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/components/Navbar/Navbar.jsx

+ 1
- 1
src/components/Navbar/Navbar.jsx 查看文件

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…
取消
儲存