Rudy Sulley
05/29/2024, 12:23 PMSearchBar
composable in compose but, don't seem to be able to pad it properly.
// the entire search component is padded as in the video
Modifier.fillMaxWidth().padding(horizontal = 16.dp)
what could i do differently here