From be9606f5f3a81e3a3c5f1cf5fb5f3e19c8f47dfa Mon Sep 17 00:00:00 2001 From: puriphatt Date: Mon, 16 Dec 2024 11:03:56 +0700 Subject: [PATCH] fix: quotation form banner opacity --- src/pages/05_quotation/QuotationForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/05_quotation/QuotationForm.vue b/src/pages/05_quotation/QuotationForm.vue index 63ebec64..817d6b18 100644 --- a/src/pages/05_quotation/QuotationForm.vue +++ b/src/pages/05_quotation/QuotationForm.vue @@ -2876,7 +2876,7 @@ async function getWorkerFromCriteria( z-index: -1; &.dark { - filter: invert(94%); + filter: invert(100%); } }