From 96759bac24e0f09a2eafd5d7680c308baef85277 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Fri, 11 Oct 2024 10:01:29 +0700 Subject: [PATCH] fix: expansion icon color --- src/pages/05_quotation/QuotationForm.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/pages/05_quotation/QuotationForm.vue b/src/pages/05_quotation/QuotationForm.vue index 5760808d..c75cede3 100644 --- a/src/pages/05_quotation/QuotationForm.vue +++ b/src/pages/05_quotation/QuotationForm.vue @@ -1392,6 +1392,12 @@ watch( } :deep(i.q-icon.mdi.mdi-chevron-down-circle.q-expansion-item__toggle-icon) { + color: hsl(var(--text-mute)); +} + +:deep( + i.q-icon.mdi.mdi-chevron-down-circle.q-expansion-item__toggle-icon.q-expansion-item__toggle-icon--rotated + ) { color: var(--brand-1); }