瀏覽代碼

change font weight collection list on navbar

master
azri 1 周之前
父節點
當前提交
9a5ca656e1
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/components/Navbar/Navbar.jsx

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

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

Loading…
取消
儲存