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

12 lines
217 B
JavaScript

export default {
root: {
gap: '0.25rem'
},
icon: {
size: '1rem',
color: '{text.muted.color}',
hoverColor: '{primary.color}',
activeColor: '{primary.color}'
}
};