Checkpoint: Ajout d'un badge orange pâle (bg-orange-50, text-orange-700, border-orange-200) pour la colonne Type dans l'historique des rappels pour améliorer la lisibilité et la cohérence visuelle

This commit is contained in:
Manus
2026-01-21 13:25:41 -05:00
parent c18425ea42
commit 87c53ba75a
2 changed files with 11 additions and 1 deletions

View File

@@ -254,7 +254,10 @@ export default function AdminRappelsHistorique() {
</TableCell>
<TableCell className="font-medium">{log.email}</TableCell>
<TableCell>
<Badge variant="outline">
<Badge
variant="outline"
className="bg-orange-50 text-orange-700 border-orange-200"
>
{log.type}
</Badge>
</TableCell>