susielu/react-annotation

Need more customization api/props about handler color

wynn5a opened this issue · 2 comments

This is a wonderful tool for image annotation. 💯

I have a problem that It is so hard to see those handlers when background color is grey, could u please add some props/api for its color?

It is difficult for me to change the source code because I am not a professional front-end developer. 😿

This is something that you can override with css:

.handle {
  stroke: "red",
  fill: "red",
  fill-opacity: .5;
}

Are you having issues with that?

Works like a charm, Thanks so much!