diff --git a/lib/slider.js b/lib/slider.js index 830eb8c..b1090db 100644 --- a/lib/slider.js +++ b/lib/slider.js @@ -39,12 +39,12 @@ function Handle({ left: `${percent}%`, position: 'absolute', marginLeft: -10, - marginTop: 0, + marginTop: 2.5, zIndex: 2, width: 30, height: 30, cursor: 'pointer', - borderRadius: '50%', + borderRadius: '0%', backgroundColor: '#374151', color: '#374151', }} @@ -62,7 +62,7 @@ function Track({ source, target, getTrackProps }) { position: 'absolute', height: 15, zIndex: 1, - marginTop: 7, + marginTop: 7.5, backgroundColor: ' #3B82F6', borderRadius: 5, cursor: 'pointer',