Can anyone please explain to me how can we make bold text to unbold in react-tooltip. I have used npm react-tooltip
note: default text is bold I want normal text.
Can anyone please explain to me how can we make bold text to unbold in react-tooltip. I have used npm react-tooltip
note: default text is bold I want normal text.
You can customize the text style via the API of ReactTooltip
Or simply use
!importantWhich is been suggested in its document demo: