From 816046d05ac323da5351fbc56663100f19ac9e7b Mon Sep 17 00:00:00 2001 From: Christopher Hight Date: Mon, 24 Aug 2026 10:58:09 -0700 Subject: [PATCH] Fix the color mode button was highlighting odd. removed highlight --- client/src/components/layout/Sidebar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/layout/Sidebar.jsx b/client/src/components/layout/Sidebar.jsx index 81682b2..5188882 100644 --- a/client/src/components/layout/Sidebar.jsx +++ b/client/src/components/layout/Sidebar.jsx @@ -107,7 +107,7 @@ export default function Sidebar() { {/* Theme Toggler */} - + );