diff --git a/components/lib/themes/aura/rating/index.js b/components/lib/themes/aura/rating/index.js index 4aa2f6873..b5b8b25a3 100644 --- a/components/lib/themes/aura/rating/index.js +++ b/components/lib/themes/aura/rating/index.js @@ -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}' } };