From 574a8694b14c3d85126863a77ecc7a933babd301 Mon Sep 17 00:00:00 2001 From: ANIR1604 Date: Tue, 25 Nov 2025 20:29:26 +0530 Subject: [PATCH] Changed the CSS --- frontend/src/components/HomeComponents/Tasks/Tasks.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" >