summaryrefslogtreecommitdiffstats
path: root/src/components/Icons/Cog
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Icons/Cog')
-rw-r--r--src/components/Icons/Cog/Cog.module.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Icons/Cog/Cog.module.scss b/src/components/Icons/Cog/Cog.module.scss
index 4b09c38..a861f0c 100644
--- a/src/components/Icons/Cog/Cog.module.scss
+++ b/src/components/Icons/Cog/Cog.module.scss
@@ -5,6 +5,6 @@
width: var(--icon-size, #{fun.convert-px(40)});
margin: auto;
fill: var(--color-primary-lighter);
- stroke: var(--color-border-dark);
+ stroke: var(--color-primary-darker);
stroke-width: 4;
}