Unify Input. Remove hardcoded style (_LabeledTextField)

This commit is contained in:
grummbeer 2023-03-17 18:10:26 +01:00
parent 76252ec94c
commit de6b8547f2

View File

@ -1701,9 +1701,6 @@ _LabeledTextField(
enabled: enabled,
obscureText: secure,
decoration: InputDecoration(
isDense: true,
border: OutlineInputBorder(),
contentPadding: EdgeInsets.fromLTRB(14, 15, 14, 15),
errorText: errorText.isNotEmpty ? errorText : null),
style: TextStyle(
color: _disabledTextColor(context, enabled),