Agregar icons X a botones cancelar, dark mode en todos los componentes
This commit is contained in:
@@ -184,11 +184,11 @@ export function Evoluciones({
|
||||
};
|
||||
|
||||
return (
|
||||
<div className="space-y-6">
|
||||
<div className="space-y-6 dark:text-white">
|
||||
<div className="flex flex-col sm:flex-row sm:items-center sm:justify-between gap-4">
|
||||
<div>
|
||||
<h1 className="text-2xl font-bold text-gray-900">Evoluciones Diarias</h1>
|
||||
<p className="text-gray-500">Registro de evoluciones y signos vitales</p>
|
||||
<h1 className="text-2xl font-bold text-gray-900 dark:text-white">Evoluciones Diarias</h1>
|
||||
<p className="text-gray-500 dark:text-gray-400">Registro de evoluciones y signos vitales</p>
|
||||
</div>
|
||||
<Dialog open={dialogoAbierto} onOpenChange={setDialogoAbierto}>
|
||||
<DialogTrigger asChild>
|
||||
|
||||
Reference in New Issue
Block a user