Not strictly compose related... but I created a new app using the Compose template in Android studio. Does the status bar seem weirdly tall to you? I have NoActionBar, and only a statusBarColor set. Should I be doing something different in the theme for a strictly compose app?
@Colton Idle I noticed this on pixel 5 emulator with device skin. Try it without device skin enabled. There is some sort of bug with insets in this case.
Pixel 3a with and without device skin works normally for me.