android / compose-samples

Official Jetpack Compose samples.
https://developer.android.com/jetpack/compose
Apache License 2.0
19.84k stars 4.71k forks source link

Fix for status bar icon colors #1449

Closed IanGClifton closed 2 weeks ago

IanGClifton commented 2 weeks ago

JetLagged only supports a light theme, which means the status bar icons should always use a light theme (meaning they have to be dark). I added the statusBarStyle to the enableEdgeToEdge call to force a light theme. The bottom nav also needs to be fixed but that's more involved because every screen needs to have enough padding to push the content into view when scrolled.