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

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