Fix notifications error view

This commit is contained in:
Thomas Ricouard 2023-02-04 21:30:50 +01:00
parent f9633269e7
commit 09371f77c5

View file

@ -133,6 +133,8 @@ public struct NotificationsListView: View {
await viewModel.fetchNotifications() await viewModel.fetchNotifications()
} }
} }
.listRowBackground(theme.primaryBackgroundColor)
.listSectionSeparator(.hidden)
} }
} }