Add safe area padding to the next up view (#1518)

This commit is contained in:
Daniel Chick 2025-04-29 15:13:05 -05:00 committed by GitHub
parent ded2314878
commit 5bff24d908
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -39,7 +39,9 @@ struct HomeView: View {
if showRecentlyAdded {
CinematicRecentlyAddedView(viewModel: viewModel.recentlyAddedViewModel)
}
NextUpView(viewModel: viewModel.nextUpViewModel)
.safeAreaPadding(.top, 150)
}
ForEach(viewModel.libraries) { viewModel in