From 4791848a3971d138a0c34a00118bdeb9b911c35e Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Mon, 12 Jun 2023 07:31:54 -0400 Subject: [PATCH] Demo tweak: use a darker color for the availability indicator spinners --- .../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 f29ccf37b..df80fdffa 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 @@ -205,7 +205,7 @@ export default { } .loader:after { - background-color: $gray-300; + background-color: $gray-550; height: 1rem; width: 1rem; }