aboutsummaryrefslogtreecommitdiff
path: root/Map/Presentation/Base Components/MapRender/MapNotes.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Map/Presentation/Base Components/MapRender/MapNotes.swift')
-rw-r--r--Map/Presentation/Base Components/MapRender/MapNotes.swift4
1 files changed, 2 insertions, 2 deletions
diff --git a/Map/Presentation/Base Components/MapRender/MapNotes.swift b/Map/Presentation/Base Components/MapRender/MapNotes.swift
index 16c61ba..20aa1e1 100644
--- a/Map/Presentation/Base Components/MapRender/MapNotes.swift
+++ b/Map/Presentation/Base Components/MapRender/MapNotes.swift
@@ -29,8 +29,8 @@ struct MapNotes: View {
.lineSpacing(Dimensions.LineHeight.Map.note - Dimensions.FontSize.Map.note)
.padding(Dimensions.Spacing.cozy)
.background(.white)
- .foregroundColor(.Map.labelColor)
- .border(Color.Map.vertexColor, width: lineWidth)
+ .foregroundColor(.Theme.Map.labelColor)
+ .border(Color.Theme.Map.vertexColor, width: lineWidth)
.frame(minWidth: 16.0, maxWidth: maxWidth, alignment: .topLeading)
.offset(
CGSize(