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

Unified Diff: ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.mm

Issue 2801323002: Change the favicon monogram font for suggested articles (Closed)
Patch Set: Created 3 years, 8 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/content_suggestions/cells/content_suggestions_article_item.mm
diff --git a/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.mm b/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.mm
index 569b9e120657ed9fc404fa5d4005cad371a81ae9..8781014ccf6c38c6fef6c95e7ef9cf4d92d65ccb 100644
--- a/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.mm
+++ b/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.mm
@@ -173,8 +173,7 @@ const CGFloat kAnimationDuration = 0.3;
_titleLabel.font = [MDCTypography subheadFont];
_subtitleLabel.font = [MDCTypography body1Font];
_publisherLabel.font = [MDCTypography captionFont];
- _faviconView.font =
- [[MDCTypography fontLoader] regularFontOfSize:kFaviconSize / 2];
+ _faviconView.font = [[MDCTypography fontLoader] mediumFontOfSize:10];
_subtitleLabel.textColor = [[MDCPalette greyPalette] tint700];
_publisherLabel.textColor = [[MDCPalette greyPalette] tint700];
« 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