Hello :wave: What is the best way/practice to chan...
# compose
o
Hello šŸ‘‹ What is the best way/practice to change the color of the ripple effect in default Material Buttons ? Knowing that what I have done in this example doesn’t work because internally in the
Button
Composable, the
indication
modifier is set to
.indication(interactionState, AmbientIndication.current())
or should I build my own Button to have control over the indication ?
b
o
Thank you ! I’ll take a look : )