From 1a2c2ae3fe204f8b0a67917c5f449d1defa00805 Mon Sep 17 00:00:00 2001 From: fofolee Date: Sat, 16 Apr 2022 00:49:59 +0800 Subject: [PATCH] =?UTF-8?q?=E7=95=A5=E5=BE=AE=E8=B0=83=E6=95=B4=E7=A6=81?= =?UTF-8?q?=E7=94=A8=E7=8A=B6=E6=80=81=E4=B8=8B=E7=9A=84=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CommandCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CommandCard.vue b/src/components/CommandCard.vue index 5ef055e..37af94c 100644 --- a/src/components/CommandCard.vue +++ b/src/components/CommandCard.vue @@ -260,7 +260,7 @@ export default { : this.disabledColor; }, disabledColor() { - return this.$q.dark.isActive ? "grey-9" : "grey-5"; + return this.$q.dark.isActive ? "grey-6" : "grey-5"; }, cardBgColor() { return this.$q.dark.isActive ? "#ffffff08" : "#00000008";