react-component / tooltip

React Tooltip
http://react-component.github.io/tooltip/
MIT License
924 stars 188 forks source link

Feature-Request: introduce `arrowStyle` prop #448

Closed fmacherey closed 1 year ago

fmacherey commented 1 year ago

Hey guys,

I likely want a arrowStyle prop to customize the arrow of the tooltip.

I already managed to style the tooltip itself with overlayStyle and overlayInnerStyle but the arrow from the tooltip stays in the same gray.

image

I know there is the .rc-tooltip-arrow class, but it doesn't fit our needs, as we have different styled tooltips on the same page.

Thanks for your help so far.

Florian

yoyo837 commented 1 year ago

A prepare PR has created.