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