diff --git a/apps/ios/Shared/Views/ChatList/ChatListView.swift b/apps/ios/Shared/Views/ChatList/ChatListView.swift index 0f713a31a..74c274bd0 100644 --- a/apps/ios/Shared/Views/ChatList/ChatListView.swift +++ b/apps/ios/Shared/Views/ChatList/ChatListView.swift @@ -141,10 +141,10 @@ struct ChatListView: View { Button { showCreateGroupSheet = true } label: { - Image(systemName: "plus.message") + Image(systemName: "plus") .resizable() .scaledToFit() - .frame(width: 24, height: 24) + .frame(width: 20, height: 20) } }