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

16 lines
335 B
JavaScript
Raw Normal View History

export default {
2024-05-04 12:12:43 +00:00
root: {
2024-05-09 19:13:44 +00:00
background: '{content.border.color}',
borderRadius: '{content.border.radius}',
height: '1.25rem'
2024-05-04 12:12:43 +00:00
},
value: {
background: '{primary.color}'
},
label: {
2024-05-14 11:04:59 +00:00
color: '{primary.contrast.color}',
2024-05-09 19:13:44 +00:00
fontSize: '0.75rem',
fontWeight: '600'
}
};