Skip to content

Commit b3edbdd

Browse files
committed
Fixed incorrect parameter name
1 parent aad9563 commit b3edbdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/ios/UISlider+FlatUI.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ - (void) configureFlatSliderWithTrackColor:(UIColor *)trackColor
3535
[self setMinimumTrackImage:progressImage forState:UIControlStateNormal];
3636
[self setMaximumTrackImage:trackImage forState:UIControlStateNormal];
3737

38-
UIImage *normalSliderImage = [UIImage circularImageWithColor:thumbColor size:CGSizeMake(24, 24)];
38+
UIImage *normalSliderImage = [UIImage circularImageWithColor:thumbColorNormal size:CGSizeMake(24, 24)];
3939
[self setThumbImage:normalSliderImage forState:UIControlStateNormal];
4040

4141
UIImage *highlighedSliderImage = [UIImage circularImageWithColor:highlightedThumbColor size:CGSizeMake(24, 24)];

0 commit comments

Comments
 (0)