Is your feature request related to a problem? Please describe.
customRippleColor allows overriding the ripple effect color, but MD3 guidelines specify that ripple color should be derived from the content color, making this an API surface that works against spec.
Describe the solution you'd like
Removing it simplifies the API without meaningful loss of expressiveness.
Components that use it:
- Button
- Chip
- Searchbar
- IconButton
- Menu.Item
- SegmentedButton (item)
- FAB
- AnimatedFAB
- List.Accordion
- Drawer.Item
Is your feature request related to a problem? Please describe.
customRippleColorallows overriding the ripple effect color, but MD3 guidelines specify that ripple color should be derived from the content color, making this an API surface that works against spec.Describe the solution you'd like
Removing it simplifies the API without meaningful loss of expressiveness.
Components that use it: