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

@ -19,12 +19,13 @@ export default {
itemLabel: {
color: '{text.muted.color}',
activeColor: '{primary.color}',
fontWeight: '500'
fontWeight: '700'
},
itemNumber: {
background: '{content.background}',
activeBackground: '{primary.color}',
borderColor: '{content.border.color}',
activeBorderColor: '{primary.color}',
color: '{text.muted.color}',
activeColor: '{primary.contrast.color}',
size: '2rem',