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

10 lines
195 B
JavaScript
Raw Normal View History

export default {
2024-05-07 08:58:34 +00:00
gap: '0.25rem',
2024-05-05 15:54:40 +00:00
icon: {
2024-05-07 08:58:34 +00:00
size: '1rem',
2024-05-05 15:54:40 +00:00
color: '{text.muted.color}',
hoverColor: '{primary.color}',
activeColor: '{primary.color}'
}
};