mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +08:00
fix: DatePicker fontFamily (#45088)
This commit is contained in:
parent
29be72bc38
commit
a6c91c5064
@ -1148,6 +1148,7 @@ const genPickerStyle: GenerateStyle<PickerToken> = (token) => {
|
||||
background: 'transparent',
|
||||
border: 0,
|
||||
borderRadius: 0,
|
||||
fontFamily: 'inherit',
|
||||
|
||||
'&:focus': {
|
||||
boxShadow: 'none',
|
||||
|
@ -208,6 +208,7 @@ const getSearchInputWithoutBorderStyle: GenerateStyle<SelectToken, CSSObject> =
|
||||
border: 'none',
|
||||
outline: 'none',
|
||||
appearance: 'none',
|
||||
fontFamily: 'inherit',
|
||||
|
||||
'&::-webkit-search-cancel-button': {
|
||||
display: 'none',
|
||||
|
Loading…
Reference in New Issue
Block a user