fix(input): Input addon text color issue (#50486)

Co-authored-by: afc163 <afc163@gmail.com>
This commit is contained in:
DDDDD12138 2024-09-19 01:45:03 +08:00 committed by GitHub
parent 9d5f73145e
commit 9c4d5496bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -180,12 +180,6 @@ export const genInputGroupStyle = (token: InputToken): CSSObject => {
boxShadow: 'none', boxShadow: 'none',
}, },
}, },
'&-open, &-focused': {
[`${antCls}-select-selector`]: {
color: token.colorPrimary,
},
},
}, },
// https://github.com/ant-design/ant-design/issues/31333 // https://github.com/ant-design/ant-design/issues/31333