From 3fdaeab6a7fa19b0c5424de487efc37c0994c86e Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 7 Jul 2025 13:09:13 +0200 Subject: More localization and map preferences --- Map/Presentation/Base Components/MapRender/MapVertices.swift | 2 -- 1 file changed, 2 deletions(-) (limited to 'Map/Presentation/Base Components/MapRender/MapVertices.swift') 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, -- cgit