From 40446182b5d6ab70b616a8c55c9d76ffb53ea716 Mon Sep 17 00:00:00 2001 From: Abraham Date: Tue, 13 Jan 2026 15:47:34 -0800 Subject: [PATCH] ajustes en colores y textos login --- lib/pages/login_page/widgets/login_form.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pages/login_page/widgets/login_form.dart b/lib/pages/login_page/widgets/login_form.dart index 532688e..ef04558 100644 --- a/lib/pages/login_page/widgets/login_form.dart +++ b/lib/pages/login_page/widgets/login_form.dart @@ -170,7 +170,7 @@ class _LoginFormState extends State 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 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, ),