From 8c426114b739c12c5055fa42fd39c57dc65a60fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=BC=9F=E5=BA=9A?= Date: Tue, 25 Oct 2022 18:48:04 +0800 Subject: [PATCH] =?UTF-8?q?update=EF=BC=9Abg-switch=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E9=A2=9C=E8=89=B2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/bg-ui/bg-switch.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bg-ui/bg-switch.vue b/src/bg-ui/bg-switch.vue index 9dee5dd..71463f8 100644 --- a/src/bg-ui/bg-switch.vue +++ b/src/bg-ui/bg-switch.vue @@ -33,7 +33,7 @@ export default { }, colors: { type: Array, - default: () => ["#c1c7d7", "#275a9d"], + default: () => ["#cbced7", "#2b4695"], }, disabled: { type: Boolean, -- 2.26.0