feat: match toggle mode icon color in dark mode to theme
This commit is contained in:
@@ -108,7 +108,7 @@ export const NavBar: React.FC<NavBarProps> = ({
|
|||||||
<IconButton
|
<IconButton
|
||||||
onClick={toggleTheme}
|
onClick={toggleTheme}
|
||||||
sx={{
|
sx={{
|
||||||
color: darkMode ? '#ffffff' : '#333333',
|
color: darkMode ? '#ffffff' : '#0000008A',
|
||||||
'&:hover': {
|
'&:hover': {
|
||||||
color: '#ff00c3'
|
color: '#ff00c3'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user