chore: update chat icon
This commit is contained in:
parent
7f730de718
commit
ccf77b70dd
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ class ChatListView extends StatelessWidget {
|
|||
? FloatingActionButton.extended(
|
||||
onPressed: () => context.go('/rooms/newprivatechat'),
|
||||
// #Pangea
|
||||
icon: const Icon(Icons.message_outlined),
|
||||
icon: const Icon(Icons.chat_bubble_outline),
|
||||
// icon: const Icon(Icons.add_outlined),
|
||||
// Pangea#
|
||||
label: Text(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue