| Index: ios/chrome/browser/ui/autofill/cells/autofill_edit_item.mm
|
| diff --git a/ios/chrome/browser/ui/autofill/cells/autofill_edit_item.mm b/ios/chrome/browser/ui/autofill/cells/autofill_edit_item.mm
|
| index 94cf794704c448ba9f78a766732361d1e5f6fd23..f4d9655e101bc4e1b423a04dadfb0c0e62c233b7 100644
|
| --- a/ios/chrome/browser/ui/autofill/cells/autofill_edit_item.mm
|
| +++ b/ios/chrome/browser/ui/autofill/cells/autofill_edit_item.mm
|
| @@ -113,9 +113,6 @@ const CGFloat kLabelAndFieldGap = 5;
|
|
|
| // Card type icon.
|
| _cardTypeIconView = [[UIImageView alloc] initWithFrame:CGRectZero];
|
| - _cardTypeIconView.layer.borderColor =
|
| - [UIColor colorWithWhite:0.9 alpha:1.0].CGColor;
|
| - _cardTypeIconView.layer.borderWidth = 1.0;
|
| _cardTypeIconView.translatesAutoresizingMaskIntoConstraints = NO;
|
| [contentView addSubview:_cardTypeIconView];
|
|
|
|
|