fix colors

merge-requests/23/head
Anton Romanov 6 years ago
parent 7f1fb168e1
commit e84e542309

@ -67,6 +67,8 @@ 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':

Loading…
Cancel
Save