From 52c5dfd64a336f62596c620d3b39e96ba77367ac Mon Sep 17 00:00:00 2001 From: Dmitry Date: Thu, 3 Jun 2021 14:02:45 +0300 Subject: [PATCH] item loading color --- src/components/ItemLoading.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ItemLoading.vue b/src/components/ItemLoading.vue index fb3f98d..8ad3624 100644 --- a/src/components/ItemLoading.vue +++ b/src/components/ItemLoading.vue @@ -20,7 +20,7 @@ width: 13px; height: 13px; border-radius: 50%; - background: rgb(95, 54, 247); + background: rgb(37, 192, 23); animation-timing-function: cubic-bezier(0, 1, 1, 0); } .lds-ellipsis div:nth-child(1) {