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