StepPanel variable fixes

pull/6082/head
tugcekucukoglu 2024-07-18 10:09:40 +03:00
parent 419ea75d9d
commit 22802c00a3
1 changed files with 2 additions and 2 deletions

View File

@ -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) {