From d6cda6ebf38216da1eac56e3b87343603cf29c63 Mon Sep 17 00:00:00 2001 From: Daria Larionova Date: Wed, 18 Dec 2024 15:22:41 +0300 Subject: [PATCH] fix(Icon): remove redundant color:inherit style (#1999) --- 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; }