Skip to content

Commit 37d2c3a

Browse files
author
Achyut Kumar M
committed
change bottom padding to 50
1 parent fbbf9b1 commit 37d2c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GoInfoGame/GoInfoGame/UI/Map/MapView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ struct MapView: View {
5151
.aspectRatio(contentMode: .fit)
5252
.frame(width: 50, height: 50)
5353
.foregroundColor(.green)
54-
.padding(.bottom, 10)
54+
.padding(.bottom, 50)
5555
Text("Quest Submitted")
5656
.foregroundColor(.white)
5757
.padding()

0 commit comments

Comments
 (0)