This commit is contained in:
Felipe
2023-09-14 14:16:23 -05:00
parent 3a6db40866
commit 73c9f7a760
21 changed files with 54 additions and 54 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ class _ProfessionScreenState extends State<ProfessionScreen> {
child: TextField(
controller: searchController,
decoration: const InputDecoration(
hintText: 'Buscar su profesión',
hintText: 'Busca tu profesión',
prefixIcon: Icon(Icons.assignment_ind_rounded),
),
),