v10.4.0
·
30 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
What's new?
- Added support for
pageColorsprop in Page component (#2068).
With this option, you can easily override colors used to render the PDF and implement accessibility enhancements. For example, this:will result in the following:<Page /* … */ pageColors={{ background: 'black', foreground: '#FF0000' }} />
