Skip to content

Commit

Permalink
Fix primefaces#6339: Stepper add p-component to Stepper action
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Apr 9, 2024
1 parent b48c0dc commit b5880a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/stepper/StepperBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const classes = {
'p-disabled': isItemDisabled(index)
});
},
action: 'p-stepper-action',
action: 'p-stepper-action p-component',
number: 'p-stepper-number',
title: 'p-stepper-title',
separator: 'p-stepper-separator',
Expand Down

0 comments on commit b5880a9

Please sign in to comment.