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

12 lines
217 B
JavaScript
Raw Normal View History

2024-05-13 14:15:43 +00:00
export default {
2024-05-20 15:01:56 +00:00
root: {
gap: '0.25rem'
},
2024-05-13 14:15:43 +00:00
icon: {
size: '1rem',
color: '{text.muted.color}',
hoverColor: '{primary.color}',
activeColor: '{primary.color}'
}
};