Skip to content

Commit

Permalink
feat(ButtonGroup): add role group selector to main class
Browse files Browse the repository at this point in the history
  • Loading branch information
driss-chelouati committed Feb 22, 2024
1 parent 15b0d15 commit 78a8204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/components/button-group/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const config = {
export default plugin(
({ addComponents }) =>
addComponents({
'.nui-button-group': {
'.nui-button-group, [role="group"]': {
'@apply flex': {},

'.nui-button, .nui-button-action, .nui-button-icon': {
Expand Down

0 comments on commit 78a8204

Please sign in to comment.