Fine-tune horizontal candidate UI for dark mode

This commit is contained in:
Lukhnos Liu 2018-11-20 21:56:09 -08:00
parent 39a7eca195
commit 01baf0bb29
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ NS_INLINE CGFloat max(CGFloat a, CGFloat b) { return a > b ? a : b; }
_keyLabelAttrDict = [[NSDictionary dictionaryWithObjectsAndKeys:
labelFont, NSFontAttributeName,
paraStyle, NSParagraphStyleAttributeName,
[NSColor textColor], NSForegroundColorAttributeName,
[NSColor blackColor], NSForegroundColorAttributeName,
nil] retain];
[tmp release];