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
@@ -45,7 +45,7 @@ class _MessagesUserScreenState extends State<MessagesUserScreen> {
child: TextField(
// controller: searchController,
decoration: InputDecoration(
hintText: 'Escriba un nombre',
hintText: 'Escribe un nombre',
prefixIcon: Icon(CommunityMaterialIcons.stethoscope),
),
),