feat: update chat icons and enhance search functionality in chats drawer

This commit is contained in:
cogwheel0
2025-08-24 21:12:44 +05:30
parent 4cd00e9193
commit cae0dec724
2 changed files with 20 additions and 45 deletions

View File

@@ -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,
),