From 1b0f4510d14c3e84c94c4b6c08c501a520bfc534 Mon Sep 17 00:00:00 2001 From: AdamCaouetteSafelite Date: Tue, 9 Sep 2025 07:36:37 -0400 Subject: [PATCH] CASH-1437: fix #3 for heritage parity, color --- src/layouts/estimate/estimate.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layouts/estimate/estimate.vue b/src/layouts/estimate/estimate.vue index 75ca29ddf..68dbe3426 100644 --- a/src/layouts/estimate/estimate.vue +++ b/src/layouts/estimate/estimate.vue @@ -286,5 +286,6 @@ export default { .select-option { font-family: UrbanistSemibold, Arial, Helvetica, sans-serif; font-weight: 600; + color: $black; }