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

12 lines
197 B
JavaScript

export default {
value: {
background: '{primary.color}'
},
range: {
background: '{content.border.color}'
},
text: {
color: '{text.muted.color}'
}
};