mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Fixed ButtonGroup
This commit is contained in:
parent
b635047cd0
commit
475ba587fa
9 changed files with 51 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
import BaseStyle from 'primevue/base/style';
|
||||
|
||||
const classes = {
|
||||
root: 'p-button-group p-component'
|
||||
root: 'p-buttongroup p-component'
|
||||
};
|
||||
|
||||
export default BaseStyle.extend({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue