fix: DatePicker fontFamily (#45088)

This commit is contained in:
MadCcc 2023-09-26 13:42:56 +08:00 committed by GitHub
parent 29be72bc38
commit a6c91c5064
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -1148,6 +1148,7 @@ const genPickerStyle: GenerateStyle<PickerToken> = (token) => {
background: 'transparent',
border: 0,
borderRadius: 0,
fontFamily: 'inherit',
'&:focus': {
boxShadow: 'none',

View File

@ -208,6 +208,7 @@ const getSearchInputWithoutBorderStyle: GenerateStyle<SelectToken, CSSObject> =
border: 'none',
outline: 'none',
appearance: 'none',
fontFamily: 'inherit',
'&::-webkit-search-cancel-button': {
display: 'none',