amélioration

This commit is contained in:
2026-06-16 21:13:33 +02:00
parent ab7b945705
commit d571bde229
@@ -1277,6 +1277,10 @@ export default function InvestissementDetail() {
? <span style={{ color: 'var(--success, #22c55e)', fontSize: 12, fontWeight: 600 }}>
✓ Payé le {fmtDate(matched.date_remb)}
</span>
: isPast
? <span style={{ color: 'var(--danger, #ef4444)', fontSize: 12, fontWeight: 600 }}>
✗ Échéance non tenue
</span>
: <span style={{ color: 'var(--text-muted)', fontSize: 12 }}>
En attente
</span>