chnanged status color, becuase Active status is hold success color, therefor chnages success to primary for In-progress status

This commit is contained in:
Pramod Mahajan 2025-07-04 10:53:53 +05:30
parent ca476d6f6e
commit a107041153

View File

@ -24,7 +24,7 @@ export const getProjectStatusColor = (statusId) => {
case "33deaef9-9af1-4f2a-b443-681ea0d04f81":
return "bg-label-secondary";
case "cdad86aa-8a56-4ff4-b633-9c629057dfef":
return "bg-label-success";
return "bg-label-primary";
}
};