Defaults to white color for texts

This commit is contained in:
Gunay Mert Karadogan 2015-07-01 17:47:20 +02:00
parent 4ac97cc050
commit a4bb70d727
1 changed files with 2 additions and 2 deletions

View File

@ -26,13 +26,13 @@ public class GMStepper: UIControl {
public var leftButtonText = "-"
public var rightButtonText = "+"
public var buttonsTextColor = UIColor(red:0.93, green:0.94, blue:0.95, alpha:1)
public var buttonsTextColor = UIColor.whiteColor()
public var buttonsBackgroundColor = UIColor(red:0.21, green:0.5, blue:0.74, alpha:1)
public var buttonsFont = UIFont(name: "AvenirNext-Bold", size: 20.0)!
public var labelTextColor = UIColor(red:0.93, green:0.94, blue:0.95, alpha:1)
public var labelTextColor = UIColor.whiteColor()
public var labelBackgroundColor = UIColor(red:0.26, green:0.6, blue:0.87, alpha:1)