| Index: ios/showcase/content_suggestions/sc_content_suggestions_data_source.mm
|
| diff --git a/ios/showcase/content_suggestions/sc_content_suggestions_data_source.mm b/ios/showcase/content_suggestions/sc_content_suggestions_data_source.mm
|
| index 9e15f3dcef5abfd2e7f66ee1fb79a8566674a452..f3ed6f482633e785212ef441396623e73df4344f 100644
|
| --- a/ios/showcase/content_suggestions/sc_content_suggestions_data_source.mm
|
| +++ b/ios/showcase/content_suggestions/sc_content_suggestions_data_source.mm
|
| @@ -176,7 +176,8 @@ using CSCollectionViewItem = CollectionViewItem<SuggestedContent>;
|
|
|
| return [FaviconAttributes attributesWithMonogram:monogram
|
| textColor:textColor
|
| - backgroundColor:backgroundColor];
|
| + backgroundColor:backgroundColor
|
| + defaultBackgroundColor:NO];
|
| }
|
|
|
| // Returns a random date between now and three days before now.
|
|
|