Skip to content

Commit

Permalink
Change chat-only mode icon
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyxchow committed Sep 9, 2024
1 parent a90d357 commit 9d85f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screens/channel/chat/details/chat_details.dart
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ class ChatDetails extends StatelessWidget {
},
),
ListTile(
leading: const Icon(Icons.chat_rounded),
leading: const Icon(Icons.chat_outlined),
title: Observer(
builder: (context) {
return Text(
Expand Down

0 comments on commit 9d85f07

Please sign in to comment.