I want to define an alternative Button Style that uses my secondaryColor as background and the ?colorOnSecondary respectively for the text.
But I'm struggling to get the textColor defined in a style.
The MaterialButton is using a (private) selector-drawable for the textColor which uses ?colorOnPrimary.
So this is cumbersome to override.
Is there another way to set the color without the selectorDrawable?