adjust server setting ui
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
parent
80c1b89b47
commit
658c6500d9
1 changed files with 2 additions and 0 deletions
|
|
@ -1460,6 +1460,8 @@ _LabeledTextField(
|
|||
enabled: enabled,
|
||||
obscureText: secure,
|
||||
decoration: InputDecoration(
|
||||
isDense: true,
|
||||
contentPadding: EdgeInsets.symmetric(vertical: 15),
|
||||
errorText: errorText.isNotEmpty ? errorText : null),
|
||||
style: TextStyle(
|
||||
color: _disabledTextColor(context, enabled),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue