feature/fecha-pago-visible

This commit is contained in:
2026-04-16 07:29:59 -06:00
parent 1130306fc7
commit c90776ec4f
2 changed files with 10 additions and 2 deletions

View File

@@ -120,6 +120,14 @@
body {
@apply bg-background text-foreground overflow-x-hidden;
}
/* Asegurar que el texto de los inputs de fecha sea legible en modo oscuro
y en navegadores WebKit */
input[type="date"],
input[type="datetime-local"] {
color: var(--color-foreground);
-webkit-text-fill-color: var(--color-foreground);
}
}
@layer components {