Skip to content
This repository was archived by the owner on Mar 16, 2020. It is now read-only.

Commit a6f5b2c

Browse files
committed
Add support for dark mode
1 parent 8a32bd4 commit a6f5b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Countdown/Controllers/StatusBarViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class StatusBarViewController: NSViewController {
2424
super.viewDidLoad()
2525

2626
separatorView.wantsLayer = true
27-
separatorView.layer?.backgroundColor = NSColor.lightGray.cgColor
27+
separatorView.layer?.backgroundColor = NSColor.gridColor.cgColor
2828

2929
updateStatus(to: .none)
3030
}

0 commit comments

Comments
 (0)