mirror of
https://github.com/material-components/material-components-ios.git
synced 2026-02-20 08:27:32 +08:00
I did an audit of the Catalog app to track down screens with an incorrect status bar color and the ones that I found are: * AppBar -> Presented (This example does not use the app theme so I was able to set the style directly) * AppBar -> Wrapped * BottomAppBar Additionally, I found that changing the Catalog theme from black to another color (and vice-versa) resulted in the status bar being incorrect until the next page navigation. So I created a fix for this too. Closes #3778