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