소스 검색

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`