Dark Mode Image Issues Tracking
rlh1994 opened this issue · 0 comments
rlh1994 commented
Summary
This is a meta-issue to track identification and fixing of issues with images in dark mode such as those raised in #279.
When you find an image that does not work in both light and dark mode, and are unable to fix it in a PR, comment on this issue with the link to the page and we will.
In the meantime, if possible please also raise a PR that adds a temporary background to the image by replacing the image link with the below, which will ensure it is visible while we work to replace the image.
<div style={{"background-color": '#F2F4F7'}}>
<img src={require("./images/IMAGE_NAME.png").default}/>
</div>
Open Issues:
- [ ]
Temporary fixes:
- [ ]