ajustes en colores y textos login
This commit is contained in:
@@ -170,7 +170,7 @@ class _LoginFormState extends State<LoginForm> with TickerProviderStateMixin {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
Text(
|
Text(
|
||||||
'Plataforma de Gestión de Infraestructura',
|
'Plataforma de Gestión de Contenido Multimedia',
|
||||||
style: GoogleFonts.inter(
|
style: GoogleFonts.inter(
|
||||||
fontSize: 14,
|
fontSize: 14,
|
||||||
color: Colors.white60,
|
color: Colors.white60,
|
||||||
@@ -447,7 +447,7 @@ class _LoginFormState extends State<LoginForm> with TickerProviderStateMixin {
|
|||||||
Text(
|
Text(
|
||||||
'Conexión segura',
|
'Conexión segura',
|
||||||
style: GoogleFonts.inter(
|
style: GoogleFonts.inter(
|
||||||
color: const Color(0xFF10B981),
|
color: const Color.fromARGB(255, 251, 175, 60),
|
||||||
fontSize: 13,
|
fontSize: 13,
|
||||||
fontWeight: FontWeight.w500,
|
fontWeight: FontWeight.w500,
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user