Die Texte sind jetzt deutlich entschlackt und kleiner gesetzt.
All checks were successful
CI / Build (push) Successful in 1m32s
CI / Deploy (push) Successful in 52s

This commit is contained in:
Jan
2026-04-13 22:09:21 +02:00
parent 58eaa5c692
commit 03fca0d625
2 changed files with 16 additions and 13 deletions

View File

@@ -524,11 +524,13 @@ export function BudgetColumn({
variant="outlined"
sx={{ ...wrappingChipSx, width: "fit-content" }}
/>
<Typography variant="body2" color="text.secondary">
{`Davon zusätzlich ohne Einzelposten erfasst: ${formatCurrency(budget.releasedAmount)}. "Bezahlt setzen" zählt automatisch mit.`}
</Typography>
<Typography color="text.secondary">
{`Unter ${formatCurrency(approvalThreshold)} werden sofort freigegeben. Größere Ausgaben bleiben blass, bis alle drei Signaturen vorliegen.`}
{budget.releasedAmount > 0 ? (
<Typography variant="caption" color="text.secondary" sx={{ fontSize: "0.76rem" }}>
{`Manuell erg\u00e4nzt: ${formatCurrency(budget.releasedAmount)}`}
</Typography>
) : null}
<Typography variant="caption" color="text.secondary" sx={{ fontSize: "0.76rem" }}>
{`Auto frei unter ${formatCurrency(approvalThreshold)}.`}
</Typography>
</Stack>
</Stack>