diff options
Diffstat (limited to 'Map/Presentation/Theme/NSColor+theme.swift')
| -rw-r--r-- | Map/Presentation/Theme/NSColor+theme.swift | 1 |
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 } } } |