How to control status bar and nav bar colors when ...
# compose
e
How to control status bar and nav bar colors when ModalBottomSheet is shown? The app uses Material 3 theme only with dark colors, in activity enableEdgeToEdge is configured as
Copy code
enableEdgeToEdge(
            statusBarStyle = SystemBarStyle.dark(Color.TRANSPARENT),
            navigationBarStyle = SystemBarStyle.dark(Color.argb(0x80, 0x1b, 0x1b, 0x1b))
        )