From c25c4cea0ff5ecc429163de3264316a46aaa5cdf Mon Sep 17 00:00:00 2001 From: Karishma Shukla Date: Fri, 27 Jun 2025 17:35:15 +0530 Subject: [PATCH] feat: remove toggle color on hover --- src/components/dashboard/NavBar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/dashboard/NavBar.tsx b/src/components/dashboard/NavBar.tsx index 58a9aaf3..db9bf987 100644 --- a/src/components/dashboard/NavBar.tsx +++ b/src/components/dashboard/NavBar.tsx @@ -164,7 +164,7 @@ export const NavBar: React.FC = ({ 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; -`; \ No newline at end of file +`;