feat: remove toggle color on hover
This commit is contained in:
@@ -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;
|
||||
`;
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user