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