From db7d8d5d0cc1da26c87340f5a9e2c5fcc7863ecf Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Thu, 30 Nov 2023 21:13:50 +0400 Subject: [PATCH] layout --- apps/ios/Shared/Views/ChatList/ChatListView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) } }