diff --git a/lib/views/chat_list.dart b/lib/views/chat_list.dart index 9eab18bc..8761c5dd 100644 --- a/lib/views/chat_list.dart +++ b/lib/views/chat_list.dart @@ -427,7 +427,7 @@ class _ChatListState extends State { ? FloatingActionButton( onPressed: () => AdaptivePageLayout.of(context) .pushNamedAndRemoveUntilIsFirst('/newprivatechat'), - child: Icon(Icons.add_outlined), + child: Icon(CupertinoIcons.chat_bubble), ) : null, );