Description
The background color of the document's body should automatically update if I select the "dark", "night" or similar themes.
I don't know if this is expected behaviour. If it isn't, I'd certainly want it to be.
This is what I see in normal mode:

But this is what I see if I simply use colorMode={"dark"}:

However, if I manually set backgroundColor: "black" in index.css, it looks good:

Steps to reproduce
- Create a fresh React app through
create-react-app
- Install
primer
- Add
ThemeProvider to App.js
- Use the "dark" theme
Version
v35.10.0
Browser
Chrome, Safari