fix: more aesthetics
This commit is contained in:
parent
17a9cf799c
commit
7d87865714
|
@ -16,7 +16,7 @@ const railStyle = {
|
|||
position: 'absolute',
|
||||
width: '100%',
|
||||
height: 15,
|
||||
marginTop: 25,
|
||||
marginTop: 32.5,
|
||||
borderRadius: 5,
|
||||
backgroundColor: 'lightgrey',
|
||||
}
|
||||
|
@ -60,9 +60,9 @@ function Track({ source, target, getTrackProps }) {
|
|||
<div
|
||||
style={{
|
||||
position: 'absolute',
|
||||
height: 15,
|
||||
height: 17.5,
|
||||
zIndex: 1,
|
||||
marginTop: 7.5,
|
||||
marginTop: 8.25,
|
||||
backgroundColor: ' #3B82F6',
|
||||
borderRadius: 5,
|
||||
cursor: 'pointer',
|
||||
|
|
Loading…
Reference in New Issue
Block a user