Skip to content

Commit

Permalink
fix: Input variant filled activeBorderColor token invalid (ant-design…
Browse files Browse the repository at this point in the history
  • Loading branch information
wanpan11 authored Jul 3, 2024
1 parent b8afd2c commit bc8dd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/input/style/variants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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]`]: {
Expand Down

0 comments on commit bc8dd2d

Please sign in to comment.