Skip to content

Commit

Permalink
fix: input component token should work (#47243)
Browse files Browse the repository at this point in the history
  • Loading branch information
MadCcc committed Jan 30, 2024
1 parent 2e318e0 commit b622988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/input/style/variants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ export const genOutlinedStyle = (token: InputToken, extraStyles?: CSSObject): CS
'&-outlined': {
...genBaseOutlinedStyle(token, {
borderColor: token.colorBorder,
hoverBorderColor: token.colorPrimaryHover,
activeBorderColor: token.colorPrimary,
hoverBorderColor: token.hoverBorderColor,
activeBorderColor: token.activeBorderColor,
activeShadow: token.activeShadow,
}),

Expand Down

0 comments on commit b622988

Please sign in to comment.