mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactored rating
This commit is contained in:
parent
57bdae3f69
commit
3d02c40974
1 changed files with 4 additions and 15 deletions
|
@ -1,18 +1,7 @@
|
|||
export default {
|
||||
colorScheme: {
|
||||
light: {
|
||||
icon: {
|
||||
color: '{surface.500}',
|
||||
hoverColor: '{primary.color}',
|
||||
activeColor: '{primary.color}'
|
||||
}
|
||||
},
|
||||
dark: {
|
||||
icon: {
|
||||
color: '{surface.400}',
|
||||
hoverColor: '{primary.color}',
|
||||
activeColor: '{primary.color}'
|
||||
}
|
||||
}
|
||||
icon: {
|
||||
color: '{text.muted.color}',
|
||||
hoverColor: '{primary.color}',
|
||||
activeColor: '{primary.color}'
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue