This repository has been archived by the owner on May 1, 2024. It is now read-only.
[Bug] Background stays white under dark theme on iOS #12406
Labels
a/darkmode
blocker
Issue blocks next stable release. Prioritize fixing and reviewing this issue.
in-progress
This issue has an associated pull request that may resolve it!
p/Android
p/iOS 🍎
t/bug 🐛
Milestone
Description
When dark theme is active the app background color stays white, while other elements (such as text) are correctly styled (if potentially difficult to see with the incorrect background).
Steps to Reproduce
Expected Behavior
All in-box controls styled to match current theme (unless attribute explicitly set).
Actual Behavior
App background (not page, whose components have a transparent background) on iOS is always white, formatted text does not respond to style changes (already raised under #10929, so tangential to issue I'm raising here).
Basic Information
Screenshots
Dark them active
Light theme active (after switching from dark without restarting app)
Light theme active (app restarted)
Dark theme (after switching from light without restarting app)
Reproduction Link
https://github.com/Silic0nS0ldier/DarkThemeIosBug
Workaround
Background can be set on the page, using bindings to respond to changes.
No doubt other workarounds exist, perhaps one that would address all pages without having to modify their source.
The text was updated successfully, but these errors were encountered: