From 51156f58808acfb044cd78b974b66e780bbf0577 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Sat, 14 Feb 2026 16:08:21 +0530 Subject: [PATCH] fix: match nav items theme --- src/components/dashboard/NavBar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/dashboard/NavBar.tsx b/src/components/dashboard/NavBar.tsx index e2cfe7f5..a9db406b 100644 --- a/src/components/dashboard/NavBar.tsx +++ b/src/components/dashboard/NavBar.tsx @@ -235,8 +235,8 @@ export const NavBar: React.FC = ({ padding: '8px', marginRight: '20px', '&:hover': { - background: 'none', - color: 'inherit' + background: 'inherit', + color: '#0000008A' } }}> Browse Auto Robots