chore: Redesign textfields
This commit is contained in:
parent
6d9d7d323c
commit
284a72bb20
9 changed files with 74 additions and 91 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue