diff --git a/src/plugins/components/button-group/index.ts b/src/plugins/components/button-group/index.ts index 9f64c2f..1afcfb3 100644 --- a/src/plugins/components/button-group/index.ts +++ b/src/plugins/components/button-group/index.ts @@ -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': {