mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 11:32:52 +08:00
fix: fix DatePicker input style error (#40549)
This commit is contained in:
parent
2ec869132b
commit
aa918fc552
@ -1018,6 +1018,7 @@ const genPickerStyle: GenerateStyle<PickerToken> = (token) => {
|
|||||||
padding: 0,
|
padding: 0,
|
||||||
background: 'transparent',
|
background: 'transparent',
|
||||||
border: 0,
|
border: 0,
|
||||||
|
borderRadius: 0,
|
||||||
|
|
||||||
'&:focus': {
|
'&:focus': {
|
||||||
boxShadow: 'none',
|
boxShadow: 'none',
|
||||||
|
Loading…
Reference in New Issue
Block a user