Explorar el Código

fix navbar logo hover

AykutSarac hace 3 años
padre
commit
6df9aa1fe8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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`