diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx
index fd5eac86..fb028655 100644
--- a/src/components/Navbar.tsx
+++ b/src/components/Navbar.tsx
@@ -83,7 +83,7 @@ const Navbar: React.FC = () => {
{mode === "dark" ? (
) : (
-
+ // ✅ Dynamic color
)}