fix: DatePicker style in cssVar mode (#46526)

This commit is contained in:
MadCcc 2023-12-19 15:06:07 +08:00 committed by GitHub
parent ce28f36adb
commit 37fd3273af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -187,6 +187,7 @@ export default function generatePicker<DateType>(generateConfig: GenerateConfig<
dropdownClassName={classNames(
hashId,
cssVarCls,
rootCls,
rootClassName,
popupClassName || dropdownClassName,
)}