aboutsummaryrefslogtreecommitdiff
path: root/Map/Presentation/Base Components/MapRender/MapVertices.swift
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-07-07 13:09:13 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2025-07-07 13:09:13 +0200
commit3fdaeab6a7fa19b0c5424de487efc37c0994c86e (patch)
tree09af4c1d54924350b4e6c89fb4f284170e89b945 /Map/Presentation/Base Components/MapRender/MapVertices.swift
parent933078c10e99002c8a5f647e476819f0f1706a14 (diff)
More localization and map preferences
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,