Commit 5206d6e3 authored by Leonard Grey's avatar Leonard Grey Committed by Commit Bot

Mac Task Manager: fix label color for dark mode

Bug: 1018333
Change-Id: I0d185dfa8d39a3c07a9d275b64a4c2f00e4c2620
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1883873
Commit-Queue: Leonard Grey <lgrey@chromium.org>
Reviewed-by: default avatarAvi Drissman <avi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#709948}
parent b578316d
......@@ -557,7 +557,7 @@ bool ShouldUseViewsTaskManager() {
column:[[tableColumn identifier] intValue]];
buttonCell.attributedTitle = [[[NSAttributedString alloc]
initWithString:title
attributes:@{NSForegroundColorAttributeName : [NSColor blackColor]}]
attributes:@{NSForegroundColorAttributeName : [NSColor labelColor]}]
autorelease];
buttonCell.image =
taskManagerMac_->GetImageForRow(viewToModelMap_[rowIndex]);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment