chore: Nicer FAB icon
This commit is contained in:
parent
efac8c9257
commit
7290b9275e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue