Unify Input. Remove hardcoded style (_LabeledTextField)
This commit is contained in:
parent
76252ec94c
commit
de6b8547f2
@ -1701,9 +1701,6 @@ _LabeledTextField(
|
|||||||
enabled: enabled,
|
enabled: enabled,
|
||||||
obscureText: secure,
|
obscureText: secure,
|
||||||
decoration: InputDecoration(
|
decoration: InputDecoration(
|
||||||
isDense: true,
|
|
||||||
border: OutlineInputBorder(),
|
|
||||||
contentPadding: EdgeInsets.fromLTRB(14, 15, 14, 15),
|
|
||||||
errorText: errorText.isNotEmpty ? errorText : null),
|
errorText: errorText.isNotEmpty ? errorText : null),
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
color: _disabledTextColor(context, enabled),
|
color: _disabledTextColor(context, enabled),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user