Minor layout fixes

This commit is contained in:
Arkadiusz Fal
2022-11-18 22:27:13 +01:00
parent 414b6210c0
commit a629bec1ff
8 changed files with 33 additions and 4 deletions

View File

@@ -18,8 +18,11 @@ struct RelatedView: View {
VideoContextMenuView(video: video)
}
}
Color.clear.padding(.bottom, 50)
.listRowBackground(Color.clear)
.backport
.listRowSeparator(false)
}
}
}
@@ -38,5 +41,6 @@ struct RelatedView: View {
struct RelatedView_Previews: PreviewProvider {
static var previews: some View {
RelatedView()
.injectFixtureEnvironmentObjects()
}
}