fix(button): do not change border radius if round button in toolbar (#14941)

fixes #7661
This commit is contained in:
Brandy Carney
2018-07-30 15:59:33 -04:00
committed by GitHub
parent c05d672703
commit ad006dd1ee
5 changed files with 9 additions and 10 deletions

View File

@ -107,7 +107,7 @@
</ion-buttons>
<ion-title>Solid</ion-title>
<ion-buttons slot="primary">
<ion-button fill="solid" color="secondary">
<ion-button fill="solid" shape="round" color="secondary">
Help
<ion-icon name="help-circle" slot="end"></ion-icon>
</ion-button>
@ -126,7 +126,7 @@
</ion-buttons>
<ion-title>Solid Activated</ion-title>
<ion-buttons slot="primary">
<ion-button fill="solid" color="secondary" class="activated">
<ion-button fill="solid" shape="round" color="secondary" class="activated">
Help
<ion-icon name="help-circle" slot="end"></ion-icon>
</ion-button>