Align ticket status colors and polish Windows insights
This commit is contained in:
parent
6a8f7a63aa
commit
6007babad3
2 changed files with 25 additions and 20 deletions
|
|
@ -20,10 +20,10 @@ const statusLabel: Record<Ticket["status"], string> = {
|
|||
}
|
||||
|
||||
const statusTone: Record<Ticket["status"], string> = {
|
||||
PENDING: "bg-slate-200 text-slate-800",
|
||||
AWAITING_ATTENDANCE: "bg-sky-100 text-sky-700",
|
||||
PAUSED: "bg-violet-100 text-violet-700",
|
||||
RESOLVED: "bg-emerald-100 text-emerald-700",
|
||||
PENDING: "border border-slate-200 bg-slate-100 text-slate-700",
|
||||
AWAITING_ATTENDANCE: "border border-sky-200 bg-sky-100 text-sky-700",
|
||||
PAUSED: "border border-amber-200 bg-[#fff3c4] text-[#7a5901]",
|
||||
RESOLVED: "border border-emerald-200 bg-emerald-100 text-emerald-700",
|
||||
}
|
||||
|
||||
const priorityLabel: Record<Ticket["priority"], string> = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue