| Index: remoting/ios/app/pin_entry_view.mm
|
| diff --git a/remoting/ios/app/pin_entry_view.mm b/remoting/ios/app/pin_entry_view.mm
|
| index 7660ffa21dac996a591b0012172fc80b41c9cc5f..906f6312b9801fe3a07fbbad8cd9a1de19d2686c 100644
|
| --- a/remoting/ios/app/pin_entry_view.mm
|
| +++ b/remoting/ios/app/pin_entry_view.mm
|
| @@ -46,7 +46,8 @@ static const CGFloat kLineSpace = 12.f;
|
|
|
| _pinButton =
|
| [MDCFloatingButton floatingButtonWithShape:MDCFloatingButtonShapeMini];
|
| - [_pinButton setTitle:@"+" forState:UIControlStateNormal];
|
| + [_pinButton setBackgroundColor:UIColor.whiteColor
|
| + forState:UIControlStateNormal];
|
|
|
| // TODO(nicholss): Update "->" to the arrow icon.
|
| [_pinButton setTitle:@"->" forState:UIControlStateNormal];
|
|
|