Style: Cambiar color de email a gris claro en modo oscuro
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 54s

This commit is contained in:
2025-10-16 22:53:48 -06:00
parent f090570af0
commit bc19956e10

View File

@@ -396,7 +396,7 @@ const handleSubmit = async () => {
}
.dark .user-email {
color: var(--color-gray-900) !important;
color: var(--color-gray-300) !important;
font-weight: 600;
}