From 22802c00a39b70a0f9e0c07de3499c0c196df25c Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Thu, 18 Jul 2024 10:09:40 +0300 Subject: [PATCH] StepPanel variable fixes --- packages/primevue/src/stepper/style/StepperStyle.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {