aboutsummaryrefslogtreecommitdiff
path: root/Map/Presentation/Base Components/MapRender/MapVertices.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Map/Presentation/Base Components/MapRender/MapVertices.swift')
-rw-r--r--Map/Presentation/Base Components/MapRender/MapVertices.swift2
1 files changed, 0 insertions, 2 deletions
diff --git a/Map/Presentation/Base Components/MapRender/MapVertices.swift b/Map/Presentation/Base Components/MapRender/MapVertices.swift
index 4f130c6..f03bb79 100644
--- a/Map/Presentation/Base Components/MapRender/MapVertices.swift
+++ b/Map/Presentation/Base Components/MapRender/MapVertices.swift
@@ -34,8 +34,6 @@ struct MapVertices: View {
Dimensions.LineHeight.Map.vertexLabel - Dimensions.FontSize.Map.vertexLabel
)
.foregroundColor(.Theme.Map.labelColor)
- .shadow(color: .white, radius: 0, x: -0.5, y: -0.5)
- .shadow(color: .white, radius: 0, x: 0.5, y: 0.5)
.offset(
CGSize(
width: w(vertex.position.x) + vertexSize.width + padding,