react-native-slider-picker
Advanced tools
Comparing version 1.0.39 to 1.0.40
{ | ||
"name": "react-native-slider-picker", | ||
"version": "1.0.39", | ||
"version": "1.0.40", | ||
"description": "Custom range slide picker for React Native. 🚧 UNDER CONSTRUCTION 🚧", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -131,2 +131,5 @@ /** | ||
// Set height of selectionFillStyles according to value of heightPercentage passed. | ||
selectionFillStyles['height'] = vh(this.heightPercentage) - (this.sliderInnerBorderStyles['borderWidth'] * 2); | ||
// Set width of selectionFillStyles to result of this.handleSelectionFillWidth() | ||
@@ -493,3 +496,2 @@ selectionFillStyles['width'] = this.handleSelectionFillWidth(); | ||
borderLeftColor: 'gainsboro', | ||
// left: 2, | ||
left: vw(1) / 3, | ||
@@ -496,0 +498,0 @@ position: 'relative', |
48794
728