aboutsummaryrefslogtreecommitdiff
path: root/Map/Presentation/Theme/NSColor+theme.swift
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-07-11 09:27:49 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2025-07-11 09:27:49 +0200
commit8564439356f4bcc3e21b19738eb87b4c0722c623 (patch)
tree1465f4e48be83d255e5c68de804ba940db238bea /Map/Presentation/Theme/NSColor+theme.swift
parentff3619fdf3fce82d95124654a18b66ca3ed380cd (diff)
Add missing vertex detection
Diffstat (limited to 'Map/Presentation/Theme/NSColor+theme.swift')
-rw-r--r--Map/Presentation/Theme/NSColor+theme.swift1
1 files changed, 1 insertions, 0 deletions
diff --git a/Map/Presentation/Theme/NSColor+theme.swift b/Map/Presentation/Theme/NSColor+theme.swift
index e10f51e..b2ff106 100644
--- a/Map/Presentation/Theme/NSColor+theme.swift
+++ b/Map/Presentation/Theme/NSColor+theme.swift
@@ -28,6 +28,7 @@ extension NSColor {
static let highlightMatch = (NSColor(named: "Naples Yellow") ?? .textColor)
.withAlphaComponent(
0.3)
+ static let error = (NSColor(named: "Jasper Red") ?? .textColor)
}
struct UI {