I'm trying to utilized the `SearchBar` composable ...
# compose
r
I'm trying to utilized the
SearchBar
composable in compose but, don't seem to be able to pad it properly.
Copy code
// the entire search component is padded as in the video
Modifier.fillMaxWidth().padding(horizontal = 16.dp)
what could i do differently here