Skip to content

Commit 084a029

Browse files
fix: text color in light mode (#120)
1 parent 3489137 commit 084a029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwiftyJSONAccelerator/UI/SJTextView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class SJTextView: NSTextView {
2626

2727
internal func updateFormat() {
2828
textStorage?.font = NSFont(name: "Menlo", size: 12)
29-
textColor = NSColor.white
29+
textColor = NSColor.textColor
3030
}
3131

3232
override func paste(_ sender: Any?) {

0 commit comments

Comments
 (0)