Fix background

This commit is contained in:
Thomas Ricouard 2024-02-10 12:16:32 +01:00
parent 6f8bec4737
commit 0739264005

View file

@ -30,6 +30,9 @@ public struct TrendingLinksListView: View {
ProgressView()
Spacer()
}
#if !os(visionOS)
.listRowBackground(theme.primaryBackgroundColor)
#endif
.task {
defer {
isLoadingNextPage = false