primevue-mirror/components/lib/themes/aura/stepper/index.js

22 lines
573 B
JavaScript
Raw Normal View History

2024-02-23 07:36:24 +00:00
export default {
2024-05-04 11:47:06 +00:00
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}'
2024-02-23 07:36:24 +00:00
}
};