move / tweak sharing templates

This commit is contained in:
Trey t
2022-02-17 09:19:22 -06:00
parent 8076254d3d
commit 7bcad65419
7 changed files with 7 additions and 2 deletions

View File

@@ -146,6 +146,11 @@ struct SharingListView: View {
struct SharingView_Previews: PreviewProvider {
static var previews: some View {
SharingListView()
Group {
SharingListView()
SharingListView()
.preferredColorScheme(.dark)
}
}
}