vertical padding. I see that the component itself has a private function
ChipContent
which sets a private property for
paddingValues
which hard codes padding at
8.dp
I’ve tried setting padding values via
Modifier
property, but that sets padding outside the chip, not within the content.
Is my only solution to rollout my own custom chip component? Is there a way to ask for a feature request for m3 to allow us to have our own custom padding?