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

12 lines
202 B
JavaScript

export default {
root: {
background: '{content.border.color}'
},
value: {
background: '{primary.color}'
},
label: {
color: '{primary.inverse.color}'
}
};