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

16 lines
334 B
JavaScript
Raw Normal View History

2024-05-05 20:35:38 +00:00
export default {
root: {
2024-05-09 19:13:44 +00:00
background: '{content.border.color}',
borderRadius: '{content.border.radius}',
height: '1.5rem'
2024-05-05 20:35:38 +00:00
},
value: {
background: '{primary.color}'
},
label: {
2024-05-09 19:13:44 +00:00
color: '{primary.inverse.color}',
fontSize: '0.875rem',
fontWeight: '600'
2024-05-05 20:35:38 +00:00
}
};