diff --git a/frontend/config/selection.ts b/frontend/config/selection.ts index 94270e8..954e0e2 100644 --- a/frontend/config/selection.ts +++ b/frontend/config/selection.ts @@ -1,7 +1,7 @@ const priorities = [ { name: "Critical", uid: "critical", color: "danger" }, { name: "High", uid: "high", color: "warning" }, - { name: "Medium", uid: "medium", color: "primary" }, + { name: "Medium", uid: "medium", color: "secondary" }, { name: "Low", uid: "low", color: "success" }, ];