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

8 lines
153 B
JavaScript
Raw Normal View History

2024-05-05 20:35:38 +00:00
export default {
icon: {
color: '{text.muted.color}',
hoverColor: '{primary.color}',
activeColor: '{primary.color}'
}
};