Fix the color mode button was highlighting odd. removed highlight
This commit is contained in:
@@ -107,7 +107,7 @@ export default function Sidebar() {
|
||||
</IconButton>
|
||||
|
||||
{/* Theme Toggler */}
|
||||
<ColorModeButton />
|
||||
<ColorModeButton _hover={{ bg: "transparent" }} />
|
||||
</Box>
|
||||
</Box>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user