chore: Nicer FAB icon

This commit is contained in:
Christian Pauly 2021-04-09 17:53:33 +02:00
parent da3dc8078d
commit 3eeb9a96e5
1 changed files with 1 additions and 1 deletions

View File

@ -427,7 +427,7 @@ class _ChatListState extends State<ChatList> {
? FloatingActionButton( ? FloatingActionButton(
onPressed: () => AdaptivePageLayout.of(context) onPressed: () => AdaptivePageLayout.of(context)
.pushNamedAndRemoveUntilIsFirst('/newprivatechat'), .pushNamedAndRemoveUntilIsFirst('/newprivatechat'),
child: Icon(Icons.add_outlined), child: Icon(CupertinoIcons.chat_bubble),
) )
: null, : null,
); );