mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Active border color for Steps, Stepper
This commit is contained in:
parent
c9bedbd4b0
commit
004737eb38
8 changed files with 10 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue