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 10:52:37 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2025-07-11 10:52:37 +0200
commitceb1654ced23d545e1b2437751a70113cb1a2d2a (patch)
treeb1ed19aa19929e16cd771e1cfa0faf656c4ff273 /Map/Presentation/Theme/NSColor+theme.swift
parent8564439356f4bcc3e21b19738eb87b4c0722c623 (diff)
Improve text rendering and component 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 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
}
}
}