https://kotlinlang.org logo
#compose
Title
# compose
o

Oussama Haff.

01/20/2021, 3:52 PM
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

Bryan Herbst

01/20/2021, 4:01 PM
o

Oussama Haff.

01/20/2021, 4:02 PM
Thank you ! I’ll take a look : )