We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1713cc6 + 206a44a commit 834b829Copy full SHA for 834b829
GoInfoGame/GoInfoGame/UI/Map/MapView.swift
@@ -128,19 +128,19 @@ struct MapView: View {
128
showPopover = false
129
shouldShowPolyline = false
130
}
131
- .padding()
132
133
Button("Answer Quest") {
134
135
isPresented = true
136
137
.padding()
138
+ .padding([.top], 50)
139
.frame(maxHeight: 50)
140
.onAppear {
141
shouldShowPolyline = true
142
143
- .presentationDetents([.fraction(0.5)])
+ .presentationDetents([.fraction(0.2)])
144
145
.onChange(of: showPopover) { newValue in
146
if !newValue {
0 commit comments