ion button outline
<ion-button color="primary" fill="outline">Primary</ion-button>
ion button outline
<ion-button color="primary" fill="outline">Primary</ion-button>
remove ion button padding
You need to set the no-padding attribute on ion-col instead of ion-row and no-margin for the buttons.
<ion-row>
<ion-col col-6 no-padding>
<button ion-button full no-margin>Button</button>
</ion-col>
<ion-col col-6 no-padding>
<button ion-button full no-margin>Button</button>
</ion-col>
</ion-row>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us