chore: Redesign textfields

This commit is contained in:
Christian Pauly 2021-01-24 17:26:59 +01:00
commit 284a72bb20
9 changed files with 74 additions and 91 deletions

View file

@ -93,7 +93,7 @@ class _NewPrivateChatState extends State<NewPrivateChat> {
body: Column(
children: <Widget>[
Padding(
padding: const EdgeInsets.all(16.0),
padding: const EdgeInsets.all(12.0),
child: Form(
key: _formKey,
child: TextFormField(
@ -121,7 +121,6 @@ class _NewPrivateChatState extends State<NewPrivateChat> {
return null;
},
decoration: InputDecoration(
border: OutlineInputBorder(),
labelText: L10n.of(context).enterAUsername,
prefixIcon: loading
? Container(