Skip to content

Commit

Permalink
Merge pull request #12 from skibadawid/master
Browse files Browse the repository at this point in the history
fix to change tint color
  • Loading branch information
BalestraPatrick committed Jan 26, 2017
2 parents 034308b + 4f1e740 commit 7c27524
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Pod/Classes/ValueStepper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,8 @@ private enum Button: Int {
valueLabel.textColor = tintColor
leftSeparator.strokeColor = tintColor.cgColor
rightSeparator.strokeColor = tintColor.cgColor
increaseLayer.strokeColor = tintColor.cgColor
decreaseLayer.strokeColor = tintColor.cgColor
}

}
Expand Down

0 comments on commit 7c27524

Please sign in to comment.