chore: Nicer FAB icon

onboarding
Christian Pauly 4 years ago
parent efac8c9257
commit 7290b9275e

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

Loading…
Cancel
Save