Skip to content

Dark Mode Image Issues Tracking #308

Description

@rlh1994

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:

  • [ ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions