Open
Description
Duplicates
- I have searched the existing issues
Latest version
- I have tested the latest version
Steps to reproduce 🕹
https://codesandbox.io/s/affectionate-wiles-xzrrzp?file=/Demo.tsx
- Create custom Button:
const A = () => {
return <Button>hi</Button>;
};
- Use Button in ButtonGroup
<ButtonGroup>
<A />
<A />
</ButtonGroup>
Current behavior 😯
The borders of the ButtonGroup are not rounded.
Expected behavior 🤔
The borders of the ButtonGroup should be rounded.
Context 🔦
No response
Your environment 🌎
@mui/joy 5.0.0-beta.9