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

19 lines
435 B
JavaScript
Raw Normal View History

export default {
2024-02-20 20:46:42 +00:00
colorScheme: {
light: {
icon: {
color: '{surface.500}',
colorHover: '{primary.color}',
colorActive: '{primary.color}'
}
},
dark: {
icon: {
color: '{surface.400}',
colorHover: '{primary.color}',
colorActive: '{primary.color}'
}
}
}
};