From e29625aaa863439e8279430e75655e30a02f81fa Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Fri, 3 May 2024 14:37:45 +0400 Subject: [PATCH] increase spacing --- apps/ios/Shared/Views/ChatList/ChatsView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ios/Shared/Views/ChatList/ChatsView.swift b/apps/ios/Shared/Views/ChatList/ChatsView.swift index a18903cf94..8fb84a6ad7 100644 --- a/apps/ios/Shared/Views/ChatList/ChatsView.swift +++ b/apps/ios/Shared/Views/ChatList/ChatsView.swift @@ -86,7 +86,7 @@ struct ChatsView: View { if !searchInBottom { Color.clear .listRowSeparator(.hidden) - .frame(height: 35) // account for topToolbar height + .frame(height: 40) // account for topToolbar height } ForEach(cs, id: \.viewId) { chat in