We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad9563 commit b3edbddCopy full SHA for b3edbdd
Classes/ios/UISlider+FlatUI.m
@@ -35,7 +35,7 @@ - (void) configureFlatSliderWithTrackColor:(UIColor *)trackColor
35
[self setMinimumTrackImage:progressImage forState:UIControlStateNormal];
36
[self setMaximumTrackImage:trackImage forState:UIControlStateNormal];
37
38
- UIImage *normalSliderImage = [UIImage circularImageWithColor:thumbColor size:CGSizeMake(24, 24)];
+ UIImage *normalSliderImage = [UIImage circularImageWithColor:thumbColorNormal size:CGSizeMake(24, 24)];
39
[self setThumbImage:normalSliderImage forState:UIControlStateNormal];
40
41
UIImage *highlighedSliderImage = [UIImage circularImageWithColor:highlightedThumbColor size:CGSizeMake(24, 24)];
0 commit comments