fix colors
This commit is contained in:
parent
7f1fb168e1
commit
e84e542309
@ -67,10 +67,12 @@ function getPaperStatusClass(status) {
|
||||
return "text-draft"
|
||||
case 'ON_PREPARATION':
|
||||
return "text-primary";
|
||||
case 'ON_REVIEW':
|
||||
return "text-primary";
|
||||
case 'COMPLETED':
|
||||
return "text-success";
|
||||
case 'ATTENTION':
|
||||
return "text-warning";
|
||||
return "text-warning";
|
||||
case 'FAILED':
|
||||
return "text-failed";
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user