Skip to content

Commit

Permalink
chore: project active cycle progress state group color updated (makep…
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolsinghbhatia authored Jul 8, 2024
1 parent 7767be2 commit fd61079
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web/core/constants/cycle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,22 +95,22 @@ export const CYCLE_STATE_GROUPS_DETAILS = [
{
key: "completed_issues",
title: "Completed",
color: "#6490FE",
color: "#16A34A",
},
{
key: "started_issues",
title: "Started",
color: "#FDD97F",
color: "#F59E0B",
},
{
key: "unstarted_issues",
title: "Unstarted",
color: "#FEB055",
color: "#3A3A3A",
},
{
key: "backlog_issues",
title: "Backlog",
color: "#F0F0F3",
color: "#A3A3A3",
},
];

Expand Down

0 comments on commit fd61079

Please sign in to comment.