fix(calendar): fix custom color for same-day button (#4200)

This commit is contained in:
DAI JIE 2021-05-10 19:15:32 +08:00 committed by GitHub
parent 514524f543
commit 6d85222338
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@ function getDayStyle(type, index, date, rowHeight, color) {
if (
type === 'start' ||
type === 'end' ||
type === 'start-end' ||
type === 'multiple-selected' ||
type === 'multiple-middle'
) {