I'm trying to use `SearchBar` from Material3 in my...
# compose-android
j
I'm trying to use
SearchBar
from Material3 in my Android app. How do I override its size to make it smaller? Attempting to alter it's
padding
, or forcibly set it's size using
Modifier.size()
have all yielded a smaller looking search bar, with wierd padding, and no text that is visible while typing.