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

13 lines
273 B
JavaScript
Raw Normal View History

2024-05-05 20:35:38 +00:00
export default {
2024-05-20 15:01:56 +00:00
root: {
gap: '0.25rem',
transitionDuration: '{transition.duration}'
2024-05-20 15:01:56 +00:00
},
2024-05-05 20:35:38 +00:00
icon: {
2024-05-07 08:58:34 +00:00
size: '1.25rem',
2024-05-05 20:35:38 +00:00
color: '{text.muted.color}',
hoverColor: '{primary.color}',
activeColor: '{primary.color}'
}
};