From ceb1654ced23d545e1b2437751a70113cb1a2d2a Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 11 Jul 2025 10:52:37 +0200 Subject: Improve text rendering and component 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 b2ff106..7e53717 100644 --- a/Map/Presentation/Theme/NSColor+theme.swift +++ b/Map/Presentation/Theme/NSColor+theme.swift @@ -33,6 +33,7 @@ extension NSColor { struct UI { static let background = NSColor(named: "Background") ?? .windowBackgroundColor + static let border = NSColor(named: "Border") ?? .separatorColor } } } -- cgit