mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 12:09:14 +08:00
fix: fix Input.Search style (#44660)
Signed-off-by: dally_G <511904266@qq.com>
This commit is contained in:
parent
f0bf373828
commit
dab3cc9798
@ -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)`]: {
|
||||
|
Loading…
Reference in New Issue
Block a user