aboutsummaryrefslogtreecommitdiff
path: root/iosApp/iosApp/Map/MapWrapperView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'iosApp/iosApp/Map/MapWrapperView.swift')
-rw-r--r--iosApp/iosApp/Map/MapWrapperView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/iosApp/iosApp/Map/MapWrapperView.swift b/iosApp/iosApp/Map/MapWrapperView.swift
index 0dfb823..0e9eaf8 100644
--- a/iosApp/iosApp/Map/MapWrapperView.swift
+++ b/iosApp/iosApp/Map/MapWrapperView.swift
@@ -35,7 +35,7 @@ struct MapWrapperView: View {
.font(.footnote)
.lineLimit(3)
.foregroundColor(.label.opacity(0.35))
- .padding()
+ .padding(6.0)
.background(.systemBackground.opacity(0.35))
}
.frame(maxWidth: .infinity,