Commit 3861e32a authored by sczs's avatar sczs Committed by Commit bot

Resets title text color for CollectionViewAccountItem

The title text color was being changed on the VC, so we need to reset it as well.

BUG=674493

Review-Url: https://codereview.chromium.org/2627753002
Cr-Commit-Position: refs/heads/master@{#442882}
parent c9297ecb
......@@ -242,6 +242,7 @@ const CGFloat kHorizontalErrorIconFixedSize = 25;
self.imageView.image = nil;
self.textLabel.text = nil;
self.detailTextLabel.text = nil;
self.textLabel.textColor = [[MDCPalette greyPalette] tint900];
self.detailTextLabel.textColor = [[MDCPalette greyPalette] tint500];
self.errorIcon.image = nil;
self.accessoryType = MDCCollectionViewCellAccessoryNone;
......
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