Is there a way to configure react-pdf to support dark mode? The only configuration I found was to change the canvasBackground
, but the text and tables with striped rows needs to change color also.
I've also tried customTextRenderer, but that only takes a function that returns a string.