fix: aesthetics

This commit is contained in:
NunoSempere 2021-10-06 10:51:27 +02:00
parent 51dbbc4b50
commit 17a9cf799c

View File

@ -39,12 +39,12 @@ function Handle({
left: `${percent}%`, left: `${percent}%`,
position: 'absolute', position: 'absolute',
marginLeft: -10, marginLeft: -10,
marginTop: 0, marginTop: 2.5,
zIndex: 2, zIndex: 2,
width: 30, width: 30,
height: 30, height: 30,
cursor: 'pointer', cursor: 'pointer',
borderRadius: '50%', borderRadius: '0%',
backgroundColor: '#374151', backgroundColor: '#374151',
color: '#374151', color: '#374151',
}} }}
@ -62,7 +62,7 @@ function Track({ source, target, getTrackProps }) {
position: 'absolute', position: 'absolute',
height: 15, height: 15,
zIndex: 1, zIndex: 1,
marginTop: 7, marginTop: 7.5,
backgroundColor: ' #3B82F6', backgroundColor: ' #3B82F6',
borderRadius: 5, borderRadius: 5,
cursor: 'pointer', cursor: 'pointer',