aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web/app/dashboard/components/SidebarItem.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web/app/dashboard/components/SidebarItem.tsx')
-rw-r--r--packages/web/app/dashboard/components/SidebarItem.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/app/dashboard/components/SidebarItem.tsx b/packages/web/app/dashboard/components/SidebarItem.tsx
index e6a00d72..74d20bc0 100644
--- a/packages/web/app/dashboard/components/SidebarItem.tsx
+++ b/packages/web/app/dashboard/components/SidebarItem.tsx
@@ -18,7 +18,7 @@ export default function SidebarItem({
<li
className={cn(
"rounded-lg hover:bg-slate-100",
- path == currentPath ? "bg-slate-100" : "",
+ path == currentPath ? "bg-gray-50" : "",
)}
>
<Link href={path} className="flex w-full space-x-2 px-3 py-2">