primevue-mirror/components/lib/themes/lara/steps/index.js

17 lines
424 B
JavaScript

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