[Ionic 4]How do you remove the padding in .native-button?

I want to customize the button inside ion-item-option as Ionic3 style(full region) like.
However SHADOW show again without any --ion–xx way can be found.
So
How do you remove the padding in .native-button of <ion-item-option>?

Hope to change paddings in class “.button-native”
05

Use shadow web component is not a good idea, because Ionic4 doesn’t open enough, and designed to use shadow in a HURRY.

1 Like

@avex. Were you able to find a solution for this- also giving me issues?

You may style shadow dom object with this:

–padding-start
–padding-end

from:

7 Likes

Thanks. it’s worked.