Reduce font size
Decrease the font size of the selected text by one step.
This commit is contained in:
@@ -97,7 +97,7 @@ const BudgetTabContent: React.FC<BudgetTabContentProps> = ({
|
||||
return <div>
|
||||
{targetAmount > 0 ? <>
|
||||
<div className="flex justify-between items-center mb-3">
|
||||
<div className="text-2xl font-bold">{formatCurrency(spentAmount)}</div>
|
||||
<div className="text-xl font-bold">{formatCurrency(spentAmount)}</div>
|
||||
<div className="text-sm text-gray-500">/ {formatCurrency(targetAmount)}</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user