plane/apps/app/constants/state.ts
Aaryan Khandelwal 96ad751e11
style: new workspace dashboard design (#454)
* style: workspace dashboard

* feat: activity graph
2023-03-16 01:36:21 +05:30

10 lines
185 B
TypeScript

export const STATE_GROUP_COLORS: {
[key: string]: string;
} = {
backlog: "#ced4da",
unstarted: "#26b5ce",
started: "#f7ae59",
cancelled: "#d687ff",
completed: "#09a953",
};