diff --git a/frontend/src/containers/orders/style/ProcessContainer.scss b/frontend/src/containers/orders/style/ProcessContainer.scss index f3e72cf..225f339 100644 --- a/frontend/src/containers/orders/style/ProcessContainer.scss +++ b/frontend/src/containers/orders/style/ProcessContainer.scss @@ -139,11 +139,15 @@ $link-line-height: 1.5rem; background: $open-status-color; } -.done { +.complete { background: $done-status-color; } -.in-progress { +.processing { + background: $in-progress-status-color; +} + +.pending { background: $in-progress-status-color; }