ajustes en colores y textos login

This commit is contained in:
Abraham
2026-01-13 15:47:34 -08:00
parent 7bdb9a2d74
commit 40446182b5

View File

@@ -170,7 +170,7 @@ class _LoginFormState extends State<LoginForm> with TickerProviderStateMixin {
),
),
Text(
'Plataforma de Gestión de Infraestructura',
'Plataforma de Gestión de Contenido Multimedia',
style: GoogleFonts.inter(
fontSize: 14,
color: Colors.white60,
@@ -447,7 +447,7 @@ class _LoginFormState extends State<LoginForm> with TickerProviderStateMixin {
Text(
'Conexión segura',
style: GoogleFonts.inter(
color: const Color(0xFF10B981),
color: const Color.fromARGB(255, 251, 175, 60),
fontSize: 13,
fontWeight: FontWeight.w500,
),