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
A ButtonGroup that contains different types of buttons (e.g. minimal and outlined) can end up rendering some of the borders on the buttons incorrectly. For example, given the following setup:
Environment
5.13.0
Chrome 128
Description
A ButtonGroup that contains different types of buttons (e.g.
minimal
andoutlined
) can end up rendering some of the borders on the buttons incorrectly. For example, given the following setup:the middle
outlined
Button will render missing its right border.Code Sandbox
This bug was introduced in
v5.13.0
, see before v5.12.x and after v.5.13.xPossible solution
This issue was likely introduced in #6966. We should handle the case of mixed type buttons in ButtonGroup since it was handled previously.
The text was updated successfully, but these errors were encountered: