chore: Application du design system

This commit is contained in:
Luc SORIGNET
2026-04-05 12:00:34 +02:00
parent f9c0585b30
commit 2ef71f99c3
124 changed files with 1619 additions and 1508 deletions

View File

@ -10,7 +10,7 @@ const ClasseDetails = ({ classe }) => {
const pourcentage = Math.round((nombreElevesInscrits / capaciteTotale) * 100);
const getColor = (pourcentage) => {
if (pourcentage < 50) return 'bg-emerald-500';
if (pourcentage < 50) return 'bg-primary';
if (pourcentage < 75) return 'bg-orange-500';
return 'bg-red-500';
};
@ -52,7 +52,7 @@ const ClasseDetails = ({ classe }) => {
</div>
</div>
<h3 className="text-xl font-semibold mb-4">Liste des élèves</h3>
<h3 className="font-headline text-xl font-semibold mb-4">Liste des élèves</h3>
<div className="bg-white rounded-lg border border-gray-200 shadow-md">
<Table
columns={[