primevue-mirror/components/lib/themes/lara/stepper/index.js
2024-05-05 21:35:38 +01:00

21 lines
573 B
JavaScript

export default {
separator: {
background: '{content.border.color}',
activeBackground: '{primary.color}'
},
itemTitle: {
color: '{text.color}',
activeColor: '{primary.color}'
},
itemNumber: {
background: '{content.background}',
activeBackground: '{content.background}',
borderColor: '{content.border.color}',
color: '{text.muted.color}',
activeColor: '{primary.color}'
},
panelContent: {
background: '{content.background}',
color: '{content.color}'
}
};