mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-02 16:14:21 +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(
|
? 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…
Reference in New Issue
Block a user