From 445a59b9accd7f3a716147e94e34641799e01322 Mon Sep 17 00:00:00 2001 From: Daria Larionova Date: Wed, 18 Dec 2024 14:23:33 +0300 Subject: [PATCH] fix(Icon): remove redundant color:inherit style --- src/components/Icon/Icon.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Icon/Icon.scss b/src/components/Icon/Icon.scss index edc60f0841..533e12a5c0 100644 --- a/src/components/Icon/Icon.scss +++ b/src/components/Icon/Icon.scss @@ -3,7 +3,6 @@ $block: '.#{variables.$ns}icon'; #{$block} { - color: inherit; line-height: 0; vertical-align: top; }