浏览代码

fix navbar logo hover

AykutSarac 3 年之前
父节点
当前提交
6df9aa1fe8
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/components/Navbar/index.tsx

+ 1 - 0
src/components/Navbar/index.tsx

@@ -19,6 +19,7 @@ const StyledLogo = styled.div`
   font-size: 20px;
   cursor: pointer;
   font-weight: 700;
+  color: #ffffff;
 `;
 
 const StyledNav = styled.nav`