Improve design

This commit is contained in:
Christian Pauly 2020-01-27 11:25:16 +01:00
parent b3adc20644
commit 580b68f0d0
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ class _ChatListState extends State<ChatList> {
mainAxisSize: MainAxisSize.min,
children: <Widget>[
Icon(
searchMode ? Icons.search : Icons.add,
searchMode ? Icons.search : Icons.chat_bubble_outline,
size: 80,
color: Colors.grey,
),