updating rating button styles to more closely resemble icons

This commit is contained in:
jeffvli
2025-11-19 02:29:08 -08:00
parent 94f15d0f4f
commit ab5eb5c34c
@@ -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;
}
}
}