From 6ef85f654ddc18a7e2b901cc3cceb708e863a3b2 Mon Sep 17 00:00:00 2001 From: MadCcc <1075746765@qq.com> Date: Tue, 8 Mar 2022 13:46:11 +0800 Subject: [PATCH] fix: password icon color (#34354) --- components/input/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/input/style/index.less b/components/input/style/index.less index d01262ccb3..9058d32a19 100644 --- a/components/input/style/index.less +++ b/components/input/style/index.less @@ -25,7 +25,7 @@ } } - &-password-icon { + &-password-icon.@{iconfont-css-prefix} { color: @text-color-secondary; cursor: pointer; transition: all 0.3s;