2023-03-15 20:06:21 +00:00
|
|
|
export const STATE_GROUP_COLORS: {
|
|
|
|
[key: string]: string;
|
|
|
|
} = {
|
2023-07-28 08:09:42 +00:00
|
|
|
backlog: "#d9d9d9",
|
|
|
|
unstarted: "#3f76ff",
|
|
|
|
started: "#f59e0b",
|
|
|
|
completed: "#16a34a",
|
|
|
|
cancelled: "#dc2626",
|
2023-03-15 20:06:21 +00:00
|
|
|
};
|