From 6d8522233853212d3e5edc238399f8094f2391d1 Mon Sep 17 00:00:00 2001 From: DAI JIE Date: Mon, 10 May 2021 19:15:32 +0800 Subject: [PATCH] fix(calendar): fix custom color for same-day button (#4200) --- packages/calendar/components/month/index.wxs | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/calendar/components/month/index.wxs b/packages/calendar/components/month/index.wxs index a0570798..d7729bdd 100644 --- a/packages/calendar/components/month/index.wxs +++ b/packages/calendar/components/month/index.wxs @@ -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' ) {