@ -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),