ajustes en colores y textos login
This commit is contained in:
@@ -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,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user