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