diff --git a/.changeset/chilly-trainers-type.md b/.changeset/chilly-trainers-type.md index 80469ca68f..c9d465a7a4 100644 --- a/.changeset/chilly-trainers-type.md +++ b/.changeset/chilly-trainers-type.md @@ -3,5 +3,5 @@ "@nextui-org/theme": patch --- -Fix #1626 The radius now works, and the border is displayed correctly in the buttonGroup. +Fix #1626 The 'radius' will be changed based on the ButtonGroup props. However, the 'border-left' is obscured by 'margin-left ml-[calc(theme(borderWidth.medium)*-1)]', and the border is not covered by its neighbor when the button is set to variant='bordered' in the ButtonGroup.