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
When using tooltip alignments like top-start, top-end, bottom-start, and bottom-end, the caret should be centered, even though we want the label text to expand in a certain direction. It looks odd for the caret to be off-centered.
Screenshots
The caret is off-centered using align='bottom-end':
I'm able to achieve the desired appearance using autoAlign + align='bottom-end', but I feel like this shouldn't be necessary:
Steps to reproduce
Render an IconButton component with the align prop set to either top-start, top-end, bottom-start, or bottom-end. Notice that caret is off-centered.