Minor design fixes

This commit is contained in:
Christian Pauly 2020-06-25 09:15:53 +02:00
commit c8249befd8
3 changed files with 12 additions and 2 deletions

View file

@ -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,