| Index: ios/chrome/browser/ui/settings/cells/card_multiline_item.mm
|
| diff --git a/ios/chrome/browser/ui/settings/cells/card_multiline_item.mm b/ios/chrome/browser/ui/settings/cells/card_multiline_item.mm
|
| index 2fcdb5bab6abae317e02787ce4719da47ac89e97..4e47ea0177898bca691398f52224716c5f59c3c8 100644
|
| --- a/ios/chrome/browser/ui/settings/cells/card_multiline_item.mm
|
| +++ b/ios/chrome/browser/ui/settings/cells/card_multiline_item.mm
|
| @@ -5,7 +5,7 @@
|
| #import "ios/chrome/browser/ui/settings/cells/card_multiline_item.h"
|
|
|
| #import "ios/third_party/material_components_ios/src/components/Palettes/src/MaterialPalettes.h"
|
| -#import "ios/third_party/material_roboto_font_loader_ios/src/src/MaterialRobotoFontLoader.h"
|
| +#import "ios/third_party/material_components_ios/src/components/Typography/src/MaterialTypography.h"
|
|
|
| #if !defined(__has_feature) || !__has_feature(objc_arc)
|
| #error "This file requires ARC support."
|
| @@ -53,8 +53,7 @@ const CGFloat kVerticalPadding = 16;
|
| _textLabel.translatesAutoresizingMaskIntoConstraints = NO;
|
| [contentView addSubview:_textLabel];
|
|
|
| - _textLabel.font =
|
| - [[MDFRobotoFontLoader sharedInstance] regularFontOfSize:14];
|
| + _textLabel.font = [[MDCTypography fontLoader] regularFontOfSize:14];
|
| _textLabel.textColor = [[MDCPalette greyPalette] tint900];
|
| _textLabel.numberOfLines = 0;
|
|
|
|
|