From 6e5a648380a7c3683238cc34e304e6190444ad87 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Wed, 12 Apr 2023 15:34:19 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20fix(pool):=20=E9=A2=9C=E8=89=B2?= =?UTF-8?q?=E6=80=8E=E4=B9=88=E6=94=B9=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/t-pool.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/t-pool.vue b/src/components/t-pool.vue index 50cd211b..f265ace2 100644 --- a/src/components/t-pool.vue +++ b/src/components/t-pool.vue @@ -71,7 +71,7 @@ const loading = ref(true as boolean); const poolCards = ref([] as GachaCard[]); const poolTimeGet = ref({} as Record); const poolTimePass = ref({} as Record); -const poolColor = ref("#fec90b" as string); +const poolColor = ref("#90caf9" as string); const timer = ref(null as any); // expose defineExpose({