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() ProgressView()
Spacer() Spacer()
} }
#if !os(visionOS)
.listRowBackground(theme.primaryBackgroundColor)
#endif
.task { .task {
defer { defer {
isLoadingNextPage = false isLoadingNextPage = false