diff --git a/frontend/app/dashboard/layout.tsx b/frontend/app/dashboard/layout.tsx index 777ad4b..1df9fe6 100644 --- a/frontend/app/dashboard/layout.tsx +++ b/frontend/app/dashboard/layout.tsx @@ -86,6 +86,10 @@ export default function DashboardLayout({ description: "Plans & credits", }, ]; + const activeNavItemClasses = + "bg-gradient-to-r from-blue-600 to-indigo-600 text-white shadow-sm hover:from-blue-700 hover:to-indigo-700 hover:text-white dark:text-white dark:hover:text-white focus-visible:ring-blue-500/60"; + const activeAdminNavItemClasses = + "bg-gradient-to-r from-emerald-600 to-teal-600 text-white shadow-sm hover:from-emerald-700 hover:to-teal-700 hover:text-white dark:text-white dark:hover:text-white focus-visible:ring-emerald-500/60"; return (