【发布时间】:2021-06-15 08:03:57
【问题描述】:
我在响应中使用 FullCalender 来显示显示事件的日历。 目前我正在使用日网格,我想知道如何更改网格的背景颜色。
today's date background color is always yellow
This is how it looks on other days
我想要做的是更改背景颜色,以便当前日期网格与其余日期一样具有白色背景
<div>
<FullCalendar
plugins={[dayGridPlugin, timeGridPlugin, interactionPlugin]}
initialView="timeGridDay"
nowIndicator={true}
selectable
selectOverlap={() => {
return false;
}}
eventResizableFromStart
droppable
allDayMaintainDuration
/>
</div>
【问题讨论】:
标签: html css reactjs fullcalendar fullcalendar-5