diff --git a/src/components/FeatherIcon.module.scss b/src/components/FeatherIcon.module.scss index d40449e2e..a9da701a5 100644 --- a/src/components/FeatherIcon.module.scss +++ b/src/components/FeatherIcon.module.scss @@ -1,7 +1,7 @@ .icon { fill: none; stroke: currentColor; - stroke-width: 2; + stroke-width: var(--feather-icon-stroke-width, 2); stroke-linecap: round; stroke-linejoin: round; }