From 398964ea597a7abe11dbd05958d4b20233f51094 Mon Sep 17 00:00:00 2001 From: sheena Date: Tue, 22 Aug 2023 20:07:44 +0530 Subject: [PATCH] CSR-1599 Updated the color --- .../shop-question/shop-list-button/shop-list-button.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/service-location/shop-question/shop-list-button/shop-list-button.vue b/src/layouts/service-location/shop-question/shop-list-button/shop-list-button.vue index 31c415a2d..9a0fb063e 100644 --- a/src/layouts/service-location/shop-question/shop-list-button/shop-list-button.vue +++ b/src/layouts/service-location/shop-question/shop-list-button/shop-list-button.vue @@ -88,7 +88,7 @@ export default { if (this.availabilityRating == null) { return "gray"; } else { - return this.availabilityRating == "high" ? "green" : "red"; + return this.availabilityRating == "high" ? "green" : "Orange"; } }, badgeText() {