Skip to content

Commit

Permalink
Fix #6339: Stepper add p-component to Stepper action (#6350)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Apr 26, 2024
1 parent 022ef1a commit fb010b6
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 fb010b6

Please sign in to comment.