diff --git a/packages/primevue/src/stepper/style/StepperStyle.js b/packages/primevue/src/stepper/style/StepperStyle.js index cc0f49daf..3268624a5 100644 --- a/packages/primevue/src/stepper/style/StepperStyle.js +++ b/packages/primevue/src/stepper/style/StepperStyle.js @@ -128,8 +128,8 @@ const theme = ({ dt }) => ` } .p-steppanel { - background: ${dt('stepper.steppanel.content.background')}; - color: ${dt('stepper.steppanel.content.color')}; + background: ${dt('stepper.steppanel.background')}; + color: ${dt('stepper.steppanel.color')}; } .p-stepper:has(.p-stepitem) {