feat: remove toggle color on hover

This commit is contained in:
Karishma Shukla
2025-06-27 17:35:15 +05:30
committed by GitHub
parent d9518f9568
commit c25c4cea0f

View File

@@ -164,7 +164,7 @@ export const NavBar: React.FC<NavBarProps> = ({
sx={{
color: darkMode ? '#ffffff' : '#0000008A',
'&:hover': {
color: '#ff00c3'
}
}}
>
@@ -595,4 +595,4 @@ const NavBarRight = styled.div`
align-items: center;
justify-content: flex-end;
margin-left: auto;
`;
`;