fix: aesthetics
This commit is contained in:
parent
51dbbc4b50
commit
17a9cf799c
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue
Block a user