From 9c4d5496bdad7e25b1b8a7c6d73682a8d96cbd02 Mon Sep 17 00:00:00 2001 From: DDDDD12138 <43703884+DDDDD12138@users.noreply.github.com> Date: Thu, 19 Sep 2024 01:45:03 +0800 Subject: [PATCH] fix(input): Input addon text color issue (#50486) Co-authored-by: afc163 --- components/input/style/index.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/components/input/style/index.ts b/components/input/style/index.ts index 92ca32a78d..76ddabc5a8 100644 --- a/components/input/style/index.ts +++ b/components/input/style/index.ts @@ -180,12 +180,6 @@ export const genInputGroupStyle = (token: InputToken): CSSObject => { boxShadow: 'none', }, }, - - '&-open, &-focused': { - [`${antCls}-select-selector`]: { - color: token.colorPrimary, - }, - }, }, // https://github.com/ant-design/ant-design/issues/31333