Update text color

Change the text color for a specific case.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-15 02:34:58 +00:00
parent 98ec8d4043
commit 522547a6e3
2 changed files with 4 additions and 6 deletions

View File

@@ -49,10 +49,7 @@ const BudgetCard: React.FC<BudgetCardProps> = ({
</div>
<div className="mt-2 flex justify-end">
<span className={cn(
"text-xs font-medium",
percentage >= 90 ? "text-neuro-expense" : "text-gray-500"
)}>
<span className="text-xs font-medium text-gray-500">
{percentage}%
</span>
</div>