diff --git a/_sass/custom.scss b/_sass/custom.scss index 4d2d3865cb4..ca97e51a626 100644 --- a/_sass/custom.scss +++ b/_sass/custom.scss @@ -62,8 +62,8 @@ background: $status-backgroundColor-inprogress; } .complete { - background-color: $status-backgroundColor-complete; - background: $status-backgroundColor-complete; + background-color: #013161; + background: #013161; } } .divider {