Customize theme color
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
const priorities = [
|
const priorities = [
|
||||||
{ name: "Critical", uid: "critical", color: "danger" },
|
{ name: "Critical", uid: "critical", color: "danger" },
|
||||||
{ name: "High", uid: "high", color: "warning" },
|
{ name: "High", uid: "high", color: "warning" },
|
||||||
{ name: "Medium", uid: "medium", color: "primary" },
|
{ name: "Medium", uid: "medium", color: "secondary" },
|
||||||
{ name: "Low", uid: "low", color: "success" },
|
{ name: "Low", uid: "low", color: "success" },
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user