fix(button): apply round property to button sizes in iOS (#18125)

fixes #18108
This commit is contained in:
Abdelaziz Bennouna
2019-04-25 16:32:23 +01:00
committed by Brandy Carney
parent 3cdab10aa0
commit ae0ecccd2e
2 changed files with 19 additions and 12 deletions

View File

@@ -24,6 +24,13 @@
<ion-button fill="clear" expand="block">Block Clear</ion-button>
</p>
<h3>Round button combinations</h3>
<p>
<ion-button shape="round" size="small">Round & Small</ion-button>
<ion-button shape="round" size="large">Round & Large</ion-button>
<ion-button shape="round" fill="outline">Round & Outline</ion-button>
</p>
<h3>Colors</h3>
<p>
<ion-button color="primary">Primary</ion-button>