Skip to content

Commit

Permalink
Update Sources/ArcGISToolkit/Components/OverviewMap.swift
Browse files Browse the repository at this point in the history
Co-authored-by: David Feinzimer <dfeinzimer@gmail.com>
  • Loading branch information
mhdostal and dfeinzimer committed Apr 7, 2022
1 parent c016d05 commit 1efc185
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Sources/ArcGISToolkit/Components/OverviewMap.swift
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,10 @@ public struct OverviewMap: View {
)
.attributionText(hidden: true)
.interactionModes([])
.border(.black, width: 1)
.border(
.black,
width: 1
)
.onAppear {
graphic.symbol = symbol
}
Expand Down

0 comments on commit 1efc185

Please sign in to comment.