From 7692ec0a0bc0266d201b2e7c55491abea61f2b61 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Thu, 26 Jan 2023 01:29:45 -0800 Subject: [PATCH] Icons use fill and not stroke now --- components/JobImage/index.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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; }