Skip to content

Commit

Permalink
minor UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumit Tiware authored and Sumit Tiware committed May 25, 2024
1 parent 39499b6 commit 132f58a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/src/fields/form_builder_text_field.dart
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,8 @@ class FormBuilderTextField extends FormBuilderFieldDecoration<String> {
child: Text(
suggestion,
style: const TextStyle(
color: Colors.black,
color: Color(0xff4B5563),
fontSize: 12,
),
),
),
Expand Down

0 comments on commit 132f58a

Please sign in to comment.