Skip to content

Commit

Permalink
Drop chevron example (#5564)
Browse files Browse the repository at this point in the history
  • Loading branch information
khiga8 authored Jan 22, 2025
1 parent 20788da commit 878b61f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/react/src/Button/Button.features.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,6 @@ export const LabelWrap = () => {
<Button labelWrap leadingVisual={HeartIcon} trailingVisual={EyeIcon}>
This button label will wrap if the label is too long
</Button>
<Button labelWrap trailingAction={TriangleDownIcon}>
This button label will wrap if the label is too long
</Button>
</Stack>
)
}
Expand Down

0 comments on commit 878b61f

Please sign in to comment.