diff --git a/client/src/pages/AdminRappels.tsx b/client/src/pages/AdminRappels.tsx index 63c1410..d1a596b 100644 --- a/client/src/pages/AdminRappels.tsx +++ b/client/src/pages/AdminRappels.tsx @@ -417,7 +417,7 @@ export default function AdminRappels() { return true; }) .map((rappel, index) => ( - +
{rappel.datesDetails && rappel.datesDetails.length > 0 ? ( diff --git a/todo.md b/todo.md index 34b2b5b..47788d7 100644 --- a/todo.md +++ b/todo.md @@ -937,3 +937,8 @@ - [x] Appliquer la classe aux lignes du tableau - [x] Tester le rendu visuel - [x] Déployer sur le VPS + +## Changement couleur alternance tableau rappels + +- [x] Remplacer le gris par un bleu légèrement soutenu (bg-blue-50/70) +- [x] Déployer sur le VPS