Die Texte sind jetzt deutlich entschlackt und kleiner gesetzt.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user