mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 05:05:48 +08:00
fix: input component token should work (#47243)
This commit is contained in:
parent
2e318e0874
commit
b62298851b
@ -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,
|
||||
}),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user