diff --git a/src/shared/components/rating/rating.module.css b/src/shared/components/rating/rating.module.css index 8cd55d5f2..c4f03c50c 100644 --- a/src/shared/components/rating/rating.module.css +++ b/src/shared/components/rating/rating.module.css @@ -1,5 +1,10 @@ .symbol-body { svg { - stroke: var(--theme-colors-foreground-muted); + stroke: alpha(var(--theme-colors-foreground), 0.7); + stroke-width: 2px; + + &:not([data-filled='true']) { + fill: transparent; + } } }