fix colors

This commit is contained in:
Anton Romanov 2018-11-22 21:48:36 +04:00
parent 7f1fb168e1
commit e84e542309

View File

@ -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: