From e0571324709a4f0bec7a92880ed1326d81133c5b Mon Sep 17 00:00:00 2001 From: puriphatt Date: Mon, 24 Jun 2024 07:59:24 +0000 Subject: [PATCH] fix: q-editor color --- src/components/04_product-service/ฺBasicInfoProduct.vue | 2 +- src/css/quasar.variables.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/04_product-service/ฺBasicInfoProduct.vue b/src/components/04_product-service/ฺBasicInfoProduct.vue index 4307c80a..e1196ad2 100644 --- a/src/components/04_product-service/ฺBasicInfoProduct.vue +++ b/src/components/04_product-service/ฺBasicInfoProduct.vue @@ -152,6 +152,6 @@ defineProps<{ } :deep(.q-editor__toolbar.row.no-wrap.scroll-x) { - background-color: var(--surface-3) !important; + background-color: var(--surface-2) !important; } diff --git a/src/css/quasar.variables.scss b/src/css/quasar.variables.scss index b250538d..56bf15b7 100644 --- a/src/css/quasar.variables.scss +++ b/src/css/quasar.variables.scss @@ -14,7 +14,7 @@ $negative: var(--red-9); $info: var(--blue-6); $warning: #ffc224; -$disabled: var(--stone-5); +$disabled: var(--stone-4); $separator-color: var(--border-color); $separator-dark-color: var(--border-color);