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

8 lines
153 B
JavaScript
Raw Normal View History

export default {
2024-05-05 15:54:40 +00:00
icon: {
color: '{text.muted.color}',
hoverColor: '{primary.color}',
activeColor: '{primary.color}'
}
};