in beta 11, changing the color of an action sheet button was very simple.
cssClass: 'action-red'
then in the css file:
color: red;
}```
Since upgrading to rc0, this no longer works. The "action-red" class is being overridden by platform specific defaults.
So my question is, how can we change the color of an action-sheet button?