### Description https://user-images.githubusercontent.com/8616962/232143686-d040c5e8-5cb3-459d-a98e-b7fbfbb16985.mov In a button group, IconButtons seem to have the wrong borders on focus/hover ### Steps to reproduce ```tsx <ButtonGroup> <IconButton aria-label="" icon={GearIcon} /> <IconButton aria-label="" icon={SortAscIcon} /> <IconButton aria-label="" icon={SortAscIcon} /> </ButtonGroup> ``` checkout hover borders ### Version latest ### Browser _No response_
Description
Screen.Recording.2023-04-14.at.3.58.56.PM.mov
In a button group, IconButtons seem to have the wrong borders on focus/hover
Steps to reproduce