From ecd1e10bc638cd4b6b67e0ae81ef1bfeca926ecd Mon Sep 17 00:00:00 2001 From: Felipe Date: Wed, 1 Nov 2023 15:39:16 -0500 Subject: [PATCH] fix mensaje --- lib/src/screens/profession.dart | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/src/screens/profession.dart b/lib/src/screens/profession.dart index f5ea760..24b2f70 100644 --- a/lib/src/screens/profession.dart +++ b/lib/src/screens/profession.dart @@ -193,9 +193,10 @@ class _ProfessionScreenState extends State { child: Container( padding: const EdgeInsets.all(10), child: const Text( - 'Si tu profesión no aparece, presiona aquí', + 'Si no vez tu profesion, presiona aquí', style: TextStyle( - fontSize: 16.0, + fontSize: 16, + fontWeight: FontWeight.w600, color: Colors.blue, ), textAlign: TextAlign.center,