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, ),