diff --git a/lib/views/chat_list.dart b/lib/views/chat_list.dart index 591e4ffd..ec730127 100644 --- a/lib/views/chat_list.dart +++ b/lib/views/chat_list.dart @@ -224,7 +224,7 @@ class _ChatListState extends State { mainAxisSize: MainAxisSize.min, children: [ Icon( - searchMode ? Icons.search : Icons.add, + searchMode ? Icons.search : Icons.chat_bubble_outline, size: 80, color: Colors.grey, ),