mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(button): apply round property to button sizes in iOS (#18125)
fixes #18108
This commit is contained in:
committed by
Brandy Carney
parent
3cdab10aa0
commit
ae0ecccd2e
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user