Commit 813b1503 by Daniel Dahan

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

parent 8535d29b
Pod::Spec.new do |s|
s.name = 'Material'
s.version = '1.42.8'
s.version = '1.42.9'
s.license = 'BSD-3-Clause'
s.summary = 'An animation and graphics framework for Material Design in Swift.'
s.homepage = 'http://cosmicmind.io'
......
......@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.42.8</string>
<string>1.42.9</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
......
......@@ -470,7 +470,6 @@ public class TextField : UITextField {
masksToBounds = false
borderStyle = .None
backgroundColor = nil
textColor = MaterialColor.darkText.primary
font = RobotoFont.regularWithSize(16)
contentScaleFactor = MaterialDevice.scale
prepareDivider()
......
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