React-Calendar-TimeLine 是否可以更改 header 上文本的颜色?

React-Calendar-TimeLine is it possible to change the color of text on the header?

Text to be changed

我尝试了多种方法来更改此文本的颜色但没有成功,我尝试使用样式化组件、类名、直接样式表、组件上的样式道具,我尝试使用库提供的 CustonHeader 组件,但我无法总结如何更改此文本的颜色,任何人都可以帮助我如何做?

要解决此问题,您可以创建一个 css 文件并将其命名为 class:

.react-calendar-timeline .rct-dateHeader-primary{
   color: black;
}