Minor design fixes
This commit is contained in:
parent
7f2d170815
commit
c8249befd8
3 changed files with 12 additions and 2 deletions
|
|
@ -298,7 +298,8 @@ class _ChatListState extends State<ChatList> {
|
|||
title: selectMode == SelectMode.share
|
||||
? Text(L10n.of(context).share)
|
||||
: Padding(
|
||||
padding: EdgeInsets.all(8),
|
||||
padding:
|
||||
EdgeInsets.only(top: 8, bottom: 8, right: 8),
|
||||
child: TextField(
|
||||
autocorrect: false,
|
||||
controller: searchController,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue