diff options
Diffstat (limited to 'apps/web/components/dashboard/sidebar/ModileSidebarItem.tsx')
| -rw-r--r-- | apps/web/components/dashboard/sidebar/ModileSidebarItem.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/web/components/dashboard/sidebar/ModileSidebarItem.tsx b/apps/web/components/dashboard/sidebar/ModileSidebarItem.tsx index d2b4aad3..3382f47b 100644 --- a/apps/web/components/dashboard/sidebar/ModileSidebarItem.tsx +++ b/apps/web/components/dashboard/sidebar/ModileSidebarItem.tsx @@ -15,8 +15,8 @@ export default function MobileSidebarItem({ return ( <li className={cn( - "flex w-full rounded-lg hover:bg-gray-50", - path == currentPath ? "bg-gray-50" : "", + "flex w-full rounded-lg hover:bg-background", + path == currentPath ? "bg-background" : "", )} > <Link href={path} className="mx-auto px-3 py-2"> |
