diff --git a/yobble/Views/Tab/ChatsTab.swift b/yobble/Views/Tab/ChatsTab.swift index f4f073f..5c1645d 100644 --- a/yobble/Views/Tab/ChatsTab.swift +++ b/yobble/Views/Tab/ChatsTab.swift @@ -281,6 +281,9 @@ struct ChatsTab: View { } .padding() .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 {