This commit is contained in:
Trey t
2023-06-28 09:30:21 -05:00
parent 1a06a1dc95
commit 3391606ff3
2 changed files with 31 additions and 19 deletions

View File

@@ -22,9 +22,12 @@ struct VideoPlayerView: View {
Text("Done")
})
.padding()
.frame(maxWidth: .infinity)
.background(Color(uiColor: UIColor(red: 0.11, green: 0.11, blue: 0.12, alpha: 1)))
SafariWebView(url: url)
}
.background(.black)
}
}