From 3eeb9a96e5547c04c48f86b5591eb80fd5028374 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Fri, 9 Apr 2021 17:53:33 +0200 Subject: [PATCH] chore: Nicer FAB icon --- lib/views/chat_list.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, );