Fix notifications error view

This commit is contained in:
Thomas Ricouard 2023-02-04 21:30:50 +01:00
parent f9633269e7
commit 09371f77c5
1 changed files with 2 additions and 0 deletions

View File

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