refactor: change new chat icons on ios

This commit is contained in:
cogwheel0
2025-09-16 15:57:30 +05:30
parent b8195871ff
commit 929ecbb74b
2 changed files with 15 additions and 21 deletions

View File

@@ -1335,9 +1335,7 @@ class _ChatPageState extends ConsumerState<ChatPage> {
if (!_isSelectionMode) ...[
IconButton(
icon: Icon(
Platform.isIOS
? CupertinoIcons.bubble_left
: Icons.add_comment,
Platform.isIOS ? CupertinoIcons.create : Icons.add_comment,
color: context.conduitTheme.textPrimary,
size: IconSize.appBar,
),