UserSessionsOverview: Fix safe area background color.

This commit is contained in:
SBiOSoftWhare
2022-09-06 16:44:34 +02:00
parent 98c272a86c
commit 56d9797703
@@ -74,7 +74,7 @@ struct UserSessionsOverview: View {
}
}
}
.background(theme.colors.system)
.background(theme.colors.system.ignoresSafeArea())
.frame(maxHeight: .infinity)
.navigationTitle(VectorL10n.userSessionsOverviewTitle)
.activityIndicator(show: viewModel.viewState.showLoadingIndicator)