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

31 lines
681 B
JavaScript
Raw Normal View History

2024-05-13 14:15:43 +00:00
export default {
root: {
2024-05-25 08:24:38 +00:00
transitionDuration: '{transition.duration}',
focusRing: {
width: '{focus.ring.width}',
style: '{focus.ring.style}',
color: '{focus.ring.color}',
offset: '{focus.ring.offset}',
shadow: '{focus.ring.shadow}'
}
},
2024-05-13 14:15:43 +00:00
value: {
background: '{primary.color}'
},
text: {
color: '{text.muted.color}'
2024-05-25 08:24:38 +00:00
},
colorScheme: {
light: {
range: {
background: '{surface.300}'
}
},
dark: {
range: {
background: '{surface.600}'
}
}
2024-05-13 14:15:43 +00:00
}
};