浏览代码

change navbar font size

master
azri 7 个月前
父节点
当前提交
c1eae731bc
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/components/Navbar/Navbar.jsx

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

383
                 <Typography variant="body2"
383
                 <Typography variant="body2"
384
                   className="navItem"
384
                   className="navItem"
385
                   sx={{
385
                   sx={{
386
+                    fontSize:"0.95rem",
386
                     fontWeight: "400",
387
                     fontWeight: "400",
387
                     color: (isAtTop) ? "white" : "black",
388
                     color: (isAtTop) ? "white" : "black",
388
                     transition: "all 0.3s ease-in-out",
389
                     transition: "all 0.3s ease-in-out",

正在加载...
取消
保存