chore: Nicer FAB icon

onboarding
Christian Pauly 4 years ago
parent efac8c9257
commit 7290b9275e

@ -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,
);

Loading…
Cancel
Save