mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-10 14:09:27 +01:00
chore: Nicer FAB icon
This commit is contained in:
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,
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user