diff --git a/apps/main/src/pages/planning.tsx b/apps/main/src/pages/planning.tsx index 7c1bee6..6a8956d 100644 --- a/apps/main/src/pages/planning.tsx +++ b/apps/main/src/pages/planning.tsx @@ -1008,7 +1008,7 @@ export const PlanningPage = () => { ); } }} - className="w-full" + className="w-full bg-[#804EEC] hover:bg-[#6f3fd4] text-white" disabled={isReadOnly} > @@ -1094,7 +1094,7 @@ export const PlanningPage = () => {
{t("planning:title")} -
@@ -1140,7 +1140,7 @@ export const PlanningPage = () => { title={t(`planning:views.${view}Title`)} className={`px-3 py-1.5 text-sm rounded-md transition-colors capitalize ${ currentView === view - ? "bg-background text-foreground shadow-sm" + ? "bg-white dark:bg-gray-800 text-[#804EEC] shadow-sm font-semibold" : "text-muted-foreground hover:text-foreground" }`} >