stephane-monnot / react-vertical-timeline

Vertical timeline for React.js
https://stephane-monnot.github.io/react-vertical-timeline/
MIT License
1.08k stars 157 forks source link

lineColor not working #141

Closed miakhneisser closed 1 year ago

miakhneisser commented 2 years ago

Adding lineColor like this is not working

<VerticalTimeline
  layout={'1-column-left'}
  lineColor={'red'}
>
...
</VerticalTimeline>