Customize theme color

This commit is contained in:
Takeshi Kimata
2024-03-23 23:32:16 +09:00
parent 4122e475a1
commit 1bd446e66a

View File

@@ -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" },
];