You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2024. It is now read-only.
App background takes on theme home color. When presenting view controllers modally this causes issues in iOS 13 since views take on a stacked appearance.
Displaying app background as black (always) will create a more consistent stack appearance.
Steps to Reproduce
Tap "Show More" on new tab page
If you are currently in Light theme the background will appear light (and status bar will also be light)
Expected result:
All apple apps have a black background, which is apparent a view controller is displayed modally.
Screenshots
** Current Behavior **
This is fine:
Notice how the app background (behind the status bar), is light, to match the theme. This is what should change.
This is the expected / new behavior. It should only impact light theme, and how the background is dark.
The text was updated successfully, but these errors were encountered:
Description:
App background takes on theme home color. When presenting view controllers modally this causes issues in iOS 13 since views take on a stacked appearance.
Displaying app background as black (always) will create a more consistent stack appearance.
Steps to Reproduce
Expected result:
All apple apps have a black background, which is apparent a view controller is displayed modally.
Screenshots
** Current Behavior **
This is fine:
Notice how the app background (behind the status bar), is light, to match the theme. This is what should change.
This is the expected / new behavior. It should only impact light theme, and how the background is dark.
The text was updated successfully, but these errors were encountered: