Active border color for Steps, Stepper

pull/5806/head
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')};
}

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')};
}

View File

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

View File

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

View File

@ -37,6 +37,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',

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',

View File

@ -31,12 +31,13 @@ export default {
itemTitle: {
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',

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',