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(
|
? 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…
Add table
Add a link
Reference in a new issue