From 4f1e74007bc9411eda4f4356f22e0c9e3c9d30e4 Mon Sep 17 00:00:00 2001 From: skibadawid Date: Thu, 26 Jan 2017 17:21:50 -0500 Subject: [PATCH] fix to change tint color --- Pod/Classes/ValueStepper.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Pod/Classes/ValueStepper.swift b/Pod/Classes/ValueStepper.swift index e5099fb..87cde4d 100644 --- a/Pod/Classes/ValueStepper.swift +++ b/Pod/Classes/ValueStepper.swift @@ -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 } }