Hello,
i have a problem with the calendar (Apex 22.1):
It is not possible to set a text color.
Background-Color and other css-styles are shown correct.
Only the text-color ist always white.
For example CSS-Inline:
.fc .my-cal-t0.fc-event { font-weight:bold;background-color:OrangeRed;border-color:OrangeRed;color:Black;}
All but text-color ist shown correct.
Is this a bug?
Thank you!