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]; |