Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Calendar legend labels are not visible in dark theme #1153
Comments
|
Thanks, a PR would be welcomed. If anyone would like to tackle it! |
|
As a workaround: <ResponsiveCalendar
theme={{
///...
labels: { text: { fill: theme.palette.text.primary } }
}}
/>Im my case, theme is material ui and the value for primary changes according to dark/light theme. But I agree this should be fixed in the component. |
|
I'm trying to prepare a PR for this. I saw, that the same issue occurs on other legends too. More, with last release the legends disappear at all. |


Calendar legend labels are not visible in dark theme
To Reproduce
Expected behavior
legend texts should have same fill color as year/month labels and be at least visible
Screenshots
Desktop (please complete the following information):