Refresh app theme and update dependencies
This commit is contained in:
@@ -6,9 +6,9 @@ type StatusPillProps = {
|
||||
};
|
||||
|
||||
const classes: Record<TaskStatus, string> = {
|
||||
queued: 'border-[#33587a] bg-[#0a2c3f] text-[#7ecaf5]',
|
||||
running: 'border-[#4f7a33] bg-[#0f311d] text-[#99f085]',
|
||||
completed: 'border-[#1a7a53] bg-[#083a2a] text-[#8bf7cb]',
|
||||
queued: 'border-[#525861] bg-[#262a30] text-[#c0c7d0]',
|
||||
running: 'border-[#686e77] bg-[#2d3137] text-[#d8dde4]',
|
||||
completed: 'border-[#7b828c] bg-[#353a42] text-[#eef2f6]',
|
||||
failed: 'border-[#8f3d3d] bg-[#431616] text-[#ff9c9c]'
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user