I have set a custom css class to change the color of the cancel button in the material design version of an ion-select
with action-sheet
interface in the global.scss
file, following what’s stated in the ion-action-sheet
docs, and specified this class in the interfaceOptions
of the ion-select
, but I can’t make the class be taken by the ion-action-sheet
element.
Meanwhile, I solved it by changing the class name to select-action-sheet
, as I saw it was the name it takes automatically.
Still, I wonder if there’s any way to specify the css class of each individual action-sheet being used as an ion-select interface.