Cambios de estilo

This commit is contained in:
evenegas
2025-06-30 12:55:08 -06:00
parent 6b8d7ba585
commit b18fd46acf
12 changed files with 253 additions and 108 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ const CargaArchivo: React.FC = () => {
{errores && (
<div className="">
<div className="flex justify-between items-center mb-2">
<strong className="text-lg">Reporte de Errores</strong>
<h2 className="text-xl font-semibold mt-6 mb-4">Reporte de Errores</h2>
<Button
variant="danger"
onClick={() => setErrores(null)}