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";