francisco
02/01/2023, 4:40 AMFilterChip compose component from material3 library. My design system calls for a chip with 12.dp horizontal padding and 8.dp 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?Ian Lake
02/01/2023, 6:01 AMfrancisco
02/01/2023, 4:15 PM