Commit d0e01ffe by Daniel Dahan

issue-487: (Sync) Fixed issue where textColor was not being respected in Storyboards for TextField.

parent 3c738247
......@@ -345,7 +345,6 @@ public class TextField: UITextField {
clipsToBounds = false
borderStyle = .none
backgroundColor = nil
textColor = Color.darkText.primary
contentScaleFactor = Device.scale
prepareDivider()
preparePlaceholderLabel()
......
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