From 8564439356f4bcc3e21b19738eb87b4c0722c623 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 11 Jul 2025 09:27:49 +0200 Subject: Add missing vertex detection --- Map/Presentation/Theme/NSColor+theme.swift | 1 + 1 file changed, 1 insertion(+) (limited to 'Map/Presentation/Theme/NSColor+theme.swift') 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 { -- cgit