2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-04-09 09:28:10 +02:00

chore: Nicer FAB icon

This commit is contained in:
Christian Pauly 2021-04-09 17:53:33 +02:00
parent da3dc8078d
commit 3eeb9a96e5

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