mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-07-10 06:42:40 +02:00
Minimum changes for Xcode 11 beta 5
This commit is contained in:
+2
-2
@@ -7,8 +7,8 @@ struct ModalDimmingView : View {
|
||||
var body: some View {
|
||||
Color
|
||||
.black
|
||||
.relativeWidth(1.0)
|
||||
.relativeHeight(1.0)
|
||||
// .relativeWidth(1.0)
|
||||
// .relativeHeight(1.0)
|
||||
.opacity(0.3)
|
||||
.edgesIgnoringSafeArea([.bottom, .top])
|
||||
.transition(.opacity)
|
||||
|
||||
Reference in New Issue
Block a user