Icons use fill and not stroke now

This commit is contained in:
Justin Edmund 2023-01-26 01:29:45 -08:00
parent 18bc7dc382
commit 7692ec0a0b

View file

@ -60,13 +60,11 @@
z-index: 10;
&:hover .Accessory svg {
stroke: var(--button-text-hover);
fill: var(--button-text-hover);
}
.Accessory svg {
fill: none;
stroke: var(--button-text);
stroke-width: 3px;
fill: var(--button-text);
width: $unit-3x;
height: auto;
}