fix mensaje

This commit is contained in:
Felipe
2023-11-01 15:39:16 -05:00
parent 1751acd02f
commit ecd1e10bc6
+3 -2
View File
@@ -193,9 +193,10 @@ class _ProfessionScreenState extends State<ProfessionScreen> {
child: Container( child: Container(
padding: const EdgeInsets.all(10), padding: const EdgeInsets.all(10),
child: const Text( child: const Text(
'Si tu profesión no aparece, presiona aquí', 'Si no vez tu profesion, presiona aquí',
style: TextStyle( style: TextStyle(
fontSize: 16.0, fontSize: 16,
fontWeight: FontWeight.w600,
color: Colors.blue, color: Colors.blue,
), ),
textAlign: TextAlign.center, textAlign: TextAlign.center,