Skip to content

Commit

Permalink
Improved: added outline attribute in the ion-chip(hotwax#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Sourabh committed Oct 8, 2024
1 parent a159f58 commit d777bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LeareMoreModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<ion-label>Sources</ion-label>
</ion-item>
<ion-item v-for="section in jobSection" :key="section.id" lines="none">
<ion-chip @click="redirectToDoc(section)">
<ion-chip outline @click="redirectToDoc(section)">
<ion-label>{{ section.title }}</ion-label>
<ion-icon :icon="openOutline" />
</ion-chip>
Expand Down

0 comments on commit d777bc5

Please sign in to comment.