diff --git a/components/atom/icon/src/styles/index.scss b/components/atom/icon/src/styles/index.scss index d0180e393..369a6bfbb 100644 --- a/components/atom/icon/src/styles/index.scss +++ b/components/atom/icon/src/styles/index.scss @@ -39,7 +39,7 @@ $base-class: '.sui-AtomIcon'; stroke: var(--color, currentColor); fill: none; path { - &:not([fill='none']) { + &:not([stroke='none']) { stroke: inherit !important; } fill: none !important; // !important usage for AtomButton compatibility