fix: more aesthetics

This commit is contained in:
NunoSempere 2021-10-06 10:54:40 +02:00
parent 17a9cf799c
commit 7d87865714

View File

@ -16,7 +16,7 @@ const railStyle = {
position: 'absolute', position: 'absolute',
width: '100%', width: '100%',
height: 15, height: 15,
marginTop: 25, marginTop: 32.5,
borderRadius: 5, borderRadius: 5,
backgroundColor: 'lightgrey', backgroundColor: 'lightgrey',
} }
@ -60,9 +60,9 @@ function Track({ source, target, getTrackProps }) {
<div <div
style={{ style={{
position: 'absolute', position: 'absolute',
height: 15, height: 17.5,
zIndex: 1, zIndex: 1,
marginTop: 7.5, marginTop: 8.25,
backgroundColor: ' #3B82F6', backgroundColor: ' #3B82F6',
borderRadius: 5, borderRadius: 5,
cursor: 'pointer', cursor: 'pointer',