Commit 6424741c authored by Evan W. Patton's avatar Evan W. Patton

Use darker gray for iOS PasswordTextbox hint color

Change-Id: I46ef412ee85c795d157fa48c3d3c8773f0ab525d
parent 058782e5
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
import Foundation import Foundation
class PasswordTextBoxAdapter: NSObject, AbstractMethodsForTextBox, UITextFieldDelegate { class PasswordTextBoxAdapter: NSObject, AbstractMethodsForTextBox, UITextFieldDelegate {
var placeholderColor: Int32 = Color.default.int32 var placeholderColor: Int32 = Color.darkGray.int32
fileprivate let _field = UITextField(frame: CGRect.zero) fileprivate let _field = UITextField(frame: CGRect.zero)
private var _readOnly = false private var _readOnly = false
private var _numbersOnly = false private var _numbersOnly = false
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment