Cambios de estilo
This commit is contained in:
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user