From 417dacd467c8f6f7e5341f5c79c62cf5966cbcc0 Mon Sep 17 00:00:00 2001 From: Lukhnos Liu Date: Tue, 20 Nov 2018 21:56:09 -0800 Subject: [PATCH] Fine-tune horizontal candidate UI for dark mode --- Source/CandidateUI/VTHorizontalCandidateView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/CandidateUI/VTHorizontalCandidateView.m b/Source/CandidateUI/VTHorizontalCandidateView.m index 867fa031..461ecc10 100644 --- a/Source/CandidateUI/VTHorizontalCandidateView.m +++ b/Source/CandidateUI/VTHorizontalCandidateView.m @@ -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];