Skip to content

Commit

Permalink
fix: fix Input.Search style (ant-design#44660)
Browse files Browse the repository at this point in the history
Signed-off-by: dally_G <511904266@qq.com>
  • Loading branch information
daledelv committed Sep 6, 2023
1 parent f0bf373 commit dab3cc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/input/style/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,7 @@ const genSearchInputStyle: GenerateStyle<InputToken> = (token: InputToken) => {
borderStartEndRadius: token.borderRadius,
borderEndEndRadius: token.borderRadius,
borderEndStartRadius: 0,
boxShadow: 'none',
},

[`${searchPrefixCls}-button:not(${antCls}-btn-primary)`]: {
Expand Down

0 comments on commit dab3cc9

Please sign in to comment.