From b34a88e8e6be9f46854e323944e820d62e1f5e38 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Thu, 19 Dec 2024 12:02:51 +0700 Subject: [PATCH] fix: text color --- src/pages/05_quotation/QuotationFormWorkerAddDialog.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/05_quotation/QuotationFormWorkerAddDialog.vue b/src/pages/05_quotation/QuotationFormWorkerAddDialog.vue index 4a6207e3..81f055ea 100644 --- a/src/pages/05_quotation/QuotationFormWorkerAddDialog.vue +++ b/src/pages/05_quotation/QuotationFormWorkerAddDialog.vue @@ -531,7 +531,6 @@ watch(() => state.search, getWorkerList); - @@ -597,7 +596,7 @@ watch(() => state.search, getWorkerList); height: 20px; color: var(--surface-1); background: var(--brand-1); - color: currentColor; + color: white; } }