Checkpoint: Modification du bouton "Charger" dans la page de gestion des attestations pour le mettre en bleu vif (bg-blue-600 hover:bg-blue-700) avec texte blanc. Le bouton est maintenant plus visible et attrayant. Déployé sur le serveur de production.
This commit is contained in:
@@ -473,7 +473,7 @@ export default function AdminGestionAttestations() {
|
||||
{modeAttestation === "manuel" && (
|
||||
<Button
|
||||
size="sm"
|
||||
variant="outline"
|
||||
className="bg-blue-600 hover:bg-blue-700 text-white"
|
||||
onClick={() => handleOpenUpload(item.inscription.id)}
|
||||
>
|
||||
<Upload className="h-4 w-4 mr-1" />
|
||||
|
||||
Reference in New Issue
Block a user