fix mensaje
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user