You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I only want to color the protruding section of the arrow
Describe the solution you'd like
A prop or solution to just color the protruding arrow section
Describe alternatives you've considered
Tried to do it with css but having issues selecting just one section because of the way the arrow is drawn and would have to implement solutions for every arrow position
Additional context
The provided classNameArrow background color solution results in the entire box being colored like so...
I want to be able to just color the protruding section like so...
The text was updated successfully, but these errors were encountered:
Just leaving this here as a note for myself in the future
/* internal css arrow class */
.arrow {
...
/* this rotation should be relative to the tooltip placement, so the arrow "tip" is always the same CSS-wise */transform: rotate(45deg);
}
Is your feature request related to a problem? Please describe.
I only want to color the protruding section of the arrow
Describe the solution you'd like
A prop or solution to just color the protruding arrow section
Describe alternatives you've considered
Tried to do it with css but having issues selecting just one section because of the way the arrow is drawn and would have to implement solutions for every arrow position
Additional context
The provided classNameArrow background color solution results in the entire box being colored like so...
I want to be able to just color the protruding section like so...
The text was updated successfully, but these errors were encountered: