Chrome downloads shelf shown in light mode with the dark theme enabled
erayrafet opened this issue · 4 comments
That is a issue with the browser. Go file a bug report with the developers of your browser.
That is a issue with the browser. Go file a bug report with the developers of your browser.
Even Discord, which isn't a PWA, does not have the same color mismatch.
I'm sure it has something to do with this: https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme
Here's a proof of concept in action: https://drive.google.com/file/d/1fzEZThNHaraYyx-Kz5LHw40GOZXQ0dl8/view?usp=sharing
I have used chrome, and now use the Microsoft Edge fork of it, and I have never seen a dark download bar. I can experiment a bit though and see what I can learn.
I'm sure it has something to do with this: https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme
That CSS option simply allows web devlopers to set the css for their site based off the users preference.