Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1484)

Unified Diff: ios/chrome/browser/ui/collection_view/cells/collection_view_account_item.mm

Issue 2627753002: Resets title text color for CollectionViewAccountItem (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/collection_view/cells/collection_view_account_item.mm
diff --git a/ios/chrome/browser/ui/collection_view/cells/collection_view_account_item.mm b/ios/chrome/browser/ui/collection_view/cells/collection_view_account_item.mm
index 6b3bb416090a622e035232b5df775eba4466fa66..e13bbc5bda68b42dbb5a51000e030643eda3a1ca 100644
--- a/ios/chrome/browser/ui/collection_view/cells/collection_view_account_item.mm
+++ b/ios/chrome/browser/ui/collection_view/cells/collection_view_account_item.mm
@@ -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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698