feat: update chat icons and enhance search functionality in chats drawer
This commit is contained in:
@@ -1217,7 +1217,7 @@ class _ChatPageState extends ConsumerState<ChatPage> {
|
||||
icon: Icon(
|
||||
Platform.isIOS
|
||||
? CupertinoIcons.bubble_left
|
||||
: Icons.chat_bubble_outline,
|
||||
: Icons.add_comment,
|
||||
color: context.conduitTheme.textPrimary,
|
||||
size: IconSize.appBar,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user