aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/sidebar/SidebarItem.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/components/dashboard/sidebar/SidebarItem.tsx')
-rw-r--r--apps/web/components/dashboard/sidebar/SidebarItem.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/web/components/dashboard/sidebar/SidebarItem.tsx b/apps/web/components/dashboard/sidebar/SidebarItem.tsx
index 75a1f6ba..7e5eb3bd 100644
--- a/apps/web/components/dashboard/sidebar/SidebarItem.tsx
+++ b/apps/web/components/dashboard/sidebar/SidebarItem.tsx
@@ -19,8 +19,8 @@ export default function SidebarItem({
return (
<li
className={cn(
- "rounded-lg px-3 py-2 hover:bg-slate-100",
- path == currentPath ? "bg-gray-50" : "",
+ "rounded-lg px-3 py-2 hover:bg-accent",
+ path == currentPath ? "bg-accent/50" : "",
className,
)}
>