From 86f2d0e3b904efda9fb0824d0b28f4fe0a40a88e Mon Sep 17 00:00:00 2001 From: Stevie Ella Date: Thu, 20 Jul 2023 08:25:55 -0500 Subject: [PATCH] -- Updated the color of total amount remaining when it is invalid (#88) Co-authored-by: enzigma-pratishtha-upadhyay --- .../main/default/lwc/manageExpenditures/manageExpenditures.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/force-app/main/default/lwc/manageExpenditures/manageExpenditures.css b/force-app/main/default/lwc/manageExpenditures/manageExpenditures.css index e38311f..394e018 100644 --- a/force-app/main/default/lwc/manageExpenditures/manageExpenditures.css +++ b/force-app/main/default/lwc/manageExpenditures/manageExpenditures.css @@ -3,5 +3,5 @@ } .INVALID { - color: red; + color: var(--slds-g-color-error-base-50, #ea001e); }