patch zero chats

This commit is contained in:
cheykrym 2025-10-08 05:07:24 +03:00
parent aa4b871c41
commit 342da3b773

View File

@ -281,6 +281,9 @@ struct ChatsTab: View {
} }
.padding() .padding()
.frame(maxWidth: .infinity, maxHeight: .infinity) .frame(maxWidth: .infinity, maxHeight: .infinity)
.listRowInsets(EdgeInsets(top: 24, leading: 16, bottom: 24, trailing: 16))
.listRowSeparator(.hidden)
.listRowBackground(Color.clear)
} }
private var loadingMoreRow: some View { private var loadingMoreRow: some View {