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

15 lines
279 B
JavaScript
Raw Normal View History

2024-04-01 11:33:13 +00:00
export default {
root: {
transitionDuration: '{form.field.transition.duration}'
},
2024-05-05 16:21:59 +00:00
value: {
background: '{primary.color}'
},
range: {
background: '{content.border.color}'
},
text: {
color: '{text.muted.color}'
2024-04-01 11:33:13 +00:00
}
};