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

10 lines
198 B
JavaScript
Raw Normal View History

2024-05-05 20:35:38 +00:00
export default {
2024-05-07 08:58:34 +00:00
gap: '0.25rem',
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}'
}
};