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