netzwerg / react-svg-timeline

React event timeline component based on SVG
Other
94 stars 26 forks source link

Event stroke color is theme's background color by default / provide option to override event stroke width and color #118

Open olivewong opened 6 months ago

olivewong commented 6 months ago

Stroke color is set as the same as background, making thin lines difficult to see:

Screenshot 2024-05-08 at 8 35 02 PM Screenshot 2024-05-08 at 8 35 11 PM

This gets assigned here: https://github.com/netzwerg/react-svg-timeline/blob/e7e9a7cfea432445710b5367e46bf05af43742f6/src/timeline/layers/Marks.tsx#L29

Feature request: