We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33ed926 commit 56325ecCopy full SHA for 56325ec
DefaultLabel.js
@@ -34,7 +34,7 @@ export default class DefaultLabel extends React.Component {
34
<View
35
style={[
36
styles.sliderLabel,
37
- { left: oneMarkerLeftPosition - width / 2 + sliderRadius },
+ { left: oneMarkerLeftPosition - width / 2 },
38
oneMarkerPressed && styles.markerPressed,
39
]}
40
>
@@ -47,7 +47,7 @@ export default class DefaultLabel extends React.Component {
47
48
49
50
- { left: twoMarkerLeftPosition - width / 2 + sliderRadius },
+ { left: twoMarkerLeftPosition - width / 2 },
51
twoMarkerPressed && styles.markerPressed,
52
53
0 commit comments