Compose's dark theme doesn't affect the status bar...
# compose
f
Compose's dark theme doesn't affect the status bar, right? How to work around this?
k
Set status bar color manually to match e.g.
MaterialTheme.colors.primary
s
Also, you can use https://google.github.io/accompanist/systemuicontroller/ to change statusbar icons light/dark appeareance.
☝🏼 1
☝️ 3
l
And there's accompanist insets
f
thank you 🙏