fix: adjust padding and layout in various dashboard widgets for improved UI consistency

This commit is contained in:
Felipe Coutinho
2025-12-02 13:54:13 +00:00
parent 9cf89829f6
commit 9d03387079
5 changed files with 13 additions and 13 deletions

View File

@@ -172,11 +172,12 @@ export function InstallmentExpensesWidget({
<p className="text-xs text-muted-foreground ">
{endDate && `Termina em ${endDate}`}
{` - Restante (${remainingInstallments}) `}
{" | Restante "}
<MoneyValues
amount={remainingAmount}
className="inline-block font-medium"
/>
/>{" "}
({remainingInstallments})
</p>
<Progress value={progress} className="h-2 mt-1" />