change: Minor design improvements

This commit is contained in:
Christian Pauly 2021-02-06 20:35:52 +01:00
commit 387e027885
8 changed files with 80 additions and 37 deletions

View file

@ -129,6 +129,7 @@ class _HomeserverPickerState extends State<HomeserverPicker> {
padding: padding,
onChanged: (s) => _domain = s,
readOnly: !AppConfig.allowOtherHomeservers,
onSubmit: (_) => _checkHomeserverAction(context),
),
elevation: 0,
),