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

@ -25,6 +25,7 @@ export default {
background: '{content.background}',
activeBackground: '{primary.color}',
borderColor: '{content.border.color}',
activeBorderColor: '{primary.color}',
color: '{text.muted.color}',
activeColor: '{primary.contrast.color}',
size: '2.25rem',