Parcourir la source

fix navbar logo hover

AykutSarac il y a 3 ans
Parent
commit
6df9aa1fe8
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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`