mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-07-11 23:32:41 +02:00
Minimum changes for Xcode 11 beta 5
This commit is contained in:
@@ -22,7 +22,7 @@ struct TodoListView : View {
|
||||
VStack {
|
||||
Spacer()
|
||||
AddItemView()
|
||||
.relativeWidth(1.0)
|
||||
// .relativeWidth(1.0)
|
||||
.background(Color.white)
|
||||
.cornerRadius(12.0)
|
||||
.shadow(radius: 16.0)
|
||||
|
||||
Reference in New Issue
Block a user