Properly resize Jetpack Compose Material3 SearchBar

213 views Asked by At

I am using the SearchBar from androidx.compose.material3:material3:1.2.0-alpha10 and have made it smaller in height unsing Modifier. The problem is that it does not scale properly and I end up cutting off the query (and placeholder) text.

enter image description here enter image description here

Is it possible to maintain the smaller height and customize the height of the text input?

0

There are 0 answers