fix text fields

merge-requests/888/head
Elham Rababh 4 years ago
parent c9a95188ce
commit 8f0e69df3a

@ -200,7 +200,7 @@ class _NewTextFieldsState extends State<NewTextFields> {
autofocus: widget.autoFocus ?? false,
validator: widget.validator,
onSaved: widget.onSaved,
style: Theme.of(context).textTheme.body2!.copyWith(
style: Theme.of(context).textTheme.bodyText1!.copyWith(
fontSize: widget.fontSize,
fontWeight: widget.fontWeight,
color: Color(0xFF575757),

Loading…
Cancel
Save