Fix the color mode button was highlighting odd. removed highlight

This commit is contained in:
2026-08-24 10:58:09 -07:00
parent 12e540b61b
commit 816046d05a
+1 -1
View File
@@ -107,7 +107,7 @@ export default function Sidebar() {
</IconButton>
{/* Theme Toggler */}
<ColorModeButton />
<ColorModeButton _hover={{ bg: "transparent" }} />
</Box>
</Box>
);