Adjust progress bar color

Make the color of the progress bar above the total budget slightly darker.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-17 12:31:49 +00:00
parent 96297d6780
commit 097419c28c

View File

@@ -121,7 +121,7 @@ const BudgetTabContent: React.FC<BudgetTabContentProps> = ({
<p className="text-sm text-gray-500 mb-4"> , , .</p> <p className="text-sm text-gray-500 mb-4"> , , .</p>
<CategoryBudgetInputs categoryBudgets={categoryBudgets} handleCategoryInputChange={handleCategoryInputChange} /> <CategoryBudgetInputs categoryBudgets={categoryBudgets} handleCategoryInputChange={handleCategoryInputChange} />
<div className="mt-4 border-t pt-3"> <div className="mt-4 border-t border-gray-300 pt-3">
<div className="flex justify-between items-center mb-4"> <div className="flex justify-between items-center mb-4">
<h3 className="font-medium text-sm px-[34px]"> :</h3> <h3 className="font-medium text-sm px-[34px]"> :</h3>
<p className="font-bold text-neuro-income text-base px-[10px]">{formatCurrency(calculateTotalBudget())}</p> <p className="font-bold text-neuro-income text-base px-[10px]">{formatCurrency(calculateTotalBudget())}</p>