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