I'm trying to use the new SearchBar composable and...
# compose
z
I'm trying to use the new SearchBar composable and I'm having an issue For whatever reason the expanded bar is really close to the top. The search shown on the material 3 page has much more spacing between the top
k
Looks like it's extending into the system status bar
c
Have you tried adding statusBarPadding to the search component?
Modifier.statusBarsPadding()