Clean up design
This commit is contained in:
parent
7e8ad4a42c
commit
a6dd9072a2
16 changed files with 141 additions and 201 deletions
|
|
@ -123,7 +123,7 @@ class _InvitationSelectionState extends State<InvitationSelection> {
|
|||
appBar: AppBar(
|
||||
title: Text(I18n.of(context).inviteContact),
|
||||
bottom: PreferredSize(
|
||||
preferredSize: Size.fromHeight(68),
|
||||
preferredSize: Size.fromHeight(92),
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.all(16.0),
|
||||
child: TextField(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue