Ionic4 ion-button custom width and height

Hello, any chances to change sizes of ion-button to custom ?

you can set style value or create class for the button like this
<button style="height:27px;width:50px" ion-button color="light" outline>sample</button>
or

<button class="btn-class" ion-button color="light" outline>sample</button>

.btn-class {
   width:50px;
   height:27px;
}

it not works for ionic 4 components, probably caused by shadow dom