From 83ad7f7d092022f633cd0238d675b0c05ee4dbc1 Mon Sep 17 00:00:00 2001 From: UxuSS <89513332+UxuSS@users.noreply.github.com> Date: Thu, 26 Dec 2024 20:23:36 +0100 Subject: [PATCH] Update custom.scss --- _sass/custom.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {