mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
fix(icons): fix the ellipsis fill in ionicons (#20137)
- update docs icon usage for Ionicons 5 - update tests to remove mode prefixed icons - update tests to use the correct icons for Ionicons 5 - update to latest ionicons dev which fixes the ellipsis icon fill
This commit is contained in:
@ -232,7 +232,7 @@
|
||||
</ion-col>
|
||||
<ion-col class="ion-no-padding ion-text-right">
|
||||
<ion-button fill="clear" size="small" color="dark">
|
||||
<ion-icon slot="start" name="share-alt"></ion-icon>
|
||||
<ion-icon slot="start" name="share"></ion-icon>
|
||||
Share
|
||||
</ion-button>
|
||||
</ion-col>
|
||||
|
||||
Reference in New Issue
Block a user