stephane-monnot / react-vertical-timeline

Vertical timeline for React.js

Home Page:https://stephane-monnot.github.io/react-vertical-timeline/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lineColor not working

miakhneisser opened this issue · comments

Adding lineColor like this is not working

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