mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +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:
@ -22,7 +22,7 @@ See the [tabs documentation](../tabs) for more details on configuring tabs.
|
||||
</ion-tab-button>
|
||||
|
||||
<ion-tab-button tab="speakers">
|
||||
<ion-icon name="contacts"></ion-icon>
|
||||
<ion-icon name="person-circle"></ion-icon>
|
||||
<ion-label>Speakers</ion-label>
|
||||
</ion-tab-button>
|
||||
|
||||
@ -53,7 +53,7 @@ See the [tabs documentation](../tabs) for more details on configuring tabs.
|
||||
</ion-tab-button>
|
||||
|
||||
<ion-tab-button tab="speakers" href="/app/tabs/(speakers:speakers)">
|
||||
<ion-icon name="contacts"></ion-icon>
|
||||
<ion-icon name="person-circle"></ion-icon>
|
||||
<ion-label>Speakers</ion-label>
|
||||
</ion-tab-button>
|
||||
|
||||
@ -104,7 +104,7 @@ export const TabButtonExample: React.FC = () => (
|
||||
</IonTabButton>
|
||||
|
||||
<IonTabButton tab="speakers">
|
||||
<IonIcon name="contacts" />
|
||||
<IonIcon name="person-circle" />
|
||||
<IonLabel>Speakers</IonLabel>
|
||||
</IonTabButton>
|
||||
|
||||
@ -137,7 +137,7 @@ export const TabButtonExample: React.FC = () => (
|
||||
</ion-tab-button>
|
||||
|
||||
<ion-tab-button tab="speakers">
|
||||
<ion-icon name="contacts"></ion-icon>
|
||||
<ion-icon name="person-circle"></ion-icon>
|
||||
<ion-label>Speakers</ion-label>
|
||||
</ion-tab-button>
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
</ion-tab-button>
|
||||
|
||||
<ion-tab-button tab="speakers">
|
||||
<ion-icon name="contacts"></ion-icon>
|
||||
<ion-icon name="person-circle"></ion-icon>
|
||||
<ion-label>Speakers</ion-label>
|
||||
</ion-tab-button>
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
</ion-tab-button>
|
||||
|
||||
<ion-tab-button tab="speakers" href="/app/tabs/(speakers:speakers)">
|
||||
<ion-icon name="contacts"></ion-icon>
|
||||
<ion-icon name="person-circle"></ion-icon>
|
||||
<ion-label>Speakers</ion-label>
|
||||
</ion-tab-button>
|
||||
|
||||
|
@ -12,7 +12,7 @@ export const TabButtonExample: React.FC = () => (
|
||||
</IonTabButton>
|
||||
|
||||
<IonTabButton tab="speakers">
|
||||
<IonIcon name="contacts" />
|
||||
<IonIcon name="person-circle" />
|
||||
<IonLabel>Speakers</IonLabel>
|
||||
</IonTabButton>
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
</ion-tab-button>
|
||||
|
||||
<ion-tab-button tab="speakers">
|
||||
<ion-icon name="contacts"></ion-icon>
|
||||
<ion-icon name="person-circle"></ion-icon>
|
||||
<ion-label>Speakers</ion-label>
|
||||
</ion-tab-button>
|
||||
|
||||
|
Reference in New Issue
Block a user