Skip to content

Commit

Permalink
fix(breadcrumb): adjust margin for home icon in story
Browse files Browse the repository at this point in the history
  • Loading branch information
hamo225 committed Oct 25, 2024
1 parent f3bf801 commit faa7118
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/primevue/breadcrumb/breadcrumb.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ export const Default: Story = {
@mouseleave="isHovered = false"
>
<template v-if="isHovered">
<HomeFilledIcon />
<HomeFilledIcon class="-ml-2" />
</template>
<template v-else>
<HomeOutlineIcon />
<HomeOutlineIcon class="-ml-2" />
</template>
</span>
</template>
Expand Down

0 comments on commit faa7118

Please sign in to comment.