Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(313)

Unified Diff: remoting/ios/app/pin_entry_view.mm

Issue 2929663002: [CRD iOS] Fix color scheme and other UI issues (Closed)
Patch Set: resolve feedback Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/ios/app/host_collection_view_cell.mm ('k') | remoting/ios/app/remoting_theme.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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];
« no previous file with comments | « remoting/ios/app/host_collection_view_cell.mm ('k') | remoting/ios/app/remoting_theme.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698