diff --git a/components/JobImage/index.scss b/components/JobImage/index.scss index a5004f66..dd990440 100644 --- a/components/JobImage/index.scss +++ b/components/JobImage/index.scss @@ -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; }