Refactored rating
parent
57bdae3f69
commit
3d02c40974
|
@ -1,18 +1,7 @@
|
||||||
export default {
|
export default {
|
||||||
colorScheme: {
|
|
||||||
light: {
|
|
||||||
icon: {
|
icon: {
|
||||||
color: '{surface.500}',
|
color: '{text.muted.color}',
|
||||||
hoverColor: '{primary.color}',
|
hoverColor: '{primary.color}',
|
||||||
activeColor: '{primary.color}'
|
activeColor: '{primary.color}'
|
||||||
}
|
}
|
||||||
},
|
|
||||||
dark: {
|
|
||||||
icon: {
|
|
||||||
color: '{surface.400}',
|
|
||||||
hoverColor: '{primary.color}',
|
|
||||||
activeColor: '{primary.color}'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue