docs(breaking) update chip-button fill usage

This commit is contained in:
Cam Wiegert
2018-01-08 14:39:43 -06:00
parent c248db2d5f
commit a47e2e87aa

View File

@ -129,7 +129,7 @@ Buttons inside of an `<ion-chip>` container should now be written as an `<ion-ch
```html
<ion-chip>
<ion-label>Default</ion-label>
<ion-chip-button clear color="light">
<ion-chip-button fill="clear" color="light">
<ion-icon name="close-circle"></ion-icon>
</ion-chip-button>
</ion-chip>