fix: fix DatePicker input style error (#40549)

This commit is contained in:
Wuxh 2023-02-05 12:23:08 +08:00 committed by GitHub
parent 2ec869132b
commit aa918fc552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',