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

16 lines
334 B
JavaScript

export default {
root: {
background: '{content.border.color}',
borderRadius: '{content.border.radius}',
height: '1.5rem'
},
value: {
background: '{primary.color}'
},
label: {
color: '{primary.inverse.color}',
fontSize: '0.875rem',
fontWeight: '600'
}
};