Active border color for Steps, Stepper

This commit is contained in:
Cagatay Civici 2024-05-25 13:13:17 +03:00
parent c9bedbd4b0
commit 004737eb38
8 changed files with 10 additions and 2 deletions

View file

@ -92,6 +92,7 @@ const theme = ({ dt }) => `
.p-stepper-item-active .p-stepper-item-number {
background: ${dt('stepper.item.number.active.background')};
border-color: ${dt('stepper.item.number.active.border.color')};
color: ${dt('stepper.item.number.active.color')};
}