diff --git a/frontend/src/components/HomeComponents/Tasks/Tasks.tsx b/frontend/src/components/HomeComponents/Tasks/Tasks.tsx index 92b0d0e4..504963d7 100644 --- a/frontend/src/components/HomeComponents/Tasks/Tasks.tsx +++ b/frontend/src/components/HomeComponents/Tasks/Tasks.tsx @@ -886,7 +886,7 @@ export const Tasks = ( priority: e.target.value, }) } - className="border rounded-md px-2 py-1 w-full bg-black text-white" + className="border rounded-md px-2 py-1 w-full bg-white text-black dark:bg-black dark:text-white transition-colors" >