diff --git a/lib/providers/provider.ts b/lib/providers/provider.ts index 57117da..2629b37 100644 --- a/lib/providers/provider.ts +++ b/lib/providers/provider.ts @@ -11,7 +11,7 @@ export const STATE_LABELS = [ export type StateLabel = (typeof STATE_LABELS)[number]; export const LABEL_COLORS: Record = { - Planning: "#6699cc", "To Do": "#428bca", Doing: "#f0ad4e", "To Test": "#5bc0de", + Planning: "#95a5a6", "To Do": "#428bca", Doing: "#f0ad4e", "To Test": "#5bc0de", Testing: "#9b59b6", Done: "#5cb85c", "To Improve": "#d9534f", Refining: "#f39c12", };