fix: Input variant filled activeBorderColor token invalid (#49699)

This commit is contained in:
Wanpan 2024-07-03 11:49:23 +08:00 committed by GitHub
parent b8afd2c9e7
commit bc8dd2d36d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -261,7 +261,7 @@ export const genFilledStyle = (token: InputToken, extraStyles?: CSSObject): CSSO
...genBaseFilledStyle(token, {
bg: token.colorFillTertiary,
hoverBg: token.colorFillSecondary,
activeBorderColor: token.colorPrimary,
activeBorderColor: token.activeBorderColor,
}),
[`&${token.componentCls}-disabled, &[disabled]`]: {