Skip to content

Commit

Permalink
Refactor #5292 - Component updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Feb 16, 2024
1 parent 6cfa1af commit 0556fdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import BaseStyle from 'primevue/base/style';

const classes = {
root: 'p-dataview-layout-options p-selectbutton p-buttonset',
root: 'p-dataview-layout-options p-selectbutton p-button-group',
listButton: ({ props }) => [
'p-button p-button-icon-only',
{
Expand Down
2 changes: 1 addition & 1 deletion components/lib/selectbutton/style/SelectButtonStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import BaseStyle from 'primevue/base/style';

const classes = {
root: ({ props }) => [
'p-selectbutton p-buttonset p-component',
'p-selectbutton p-button-group p-component',
{
'p-disabled': props.disabled,
'p-invalid': props.invalid
Expand Down

0 comments on commit 0556fdc

Please sign in to comment.