chnanged status color, becuase Active status is hold success color, therefor chnages success to primary for In-progress status
This commit is contained in:
parent
ca476d6f6e
commit
a107041153
@ -24,7 +24,7 @@ export const getProjectStatusColor = (statusId) => {
|
|||||||
case "33deaef9-9af1-4f2a-b443-681ea0d04f81":
|
case "33deaef9-9af1-4f2a-b443-681ea0d04f81":
|
||||||
return "bg-label-secondary";
|
return "bg-label-secondary";
|
||||||
case "cdad86aa-8a56-4ff4-b633-9c629057dfef":
|
case "cdad86aa-8a56-4ff4-b633-9c629057dfef":
|
||||||
return "bg-label-success";
|
return "bg-label-primary";
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user