Skip to content

Commit

Permalink
feat(TooltipPrimitive): add ariaLabel to icon component in Storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
sarkaaa committed Nov 27, 2024
1 parent 91c8aa9 commit 25462f1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const Default: Story = {
render: args => (
<Stack justify="center">
<TooltipPrimitive {...args}>
<Icons.Airplane />
<Icons.Airplane ariaLabel="More information" />
</TooltipPrimitive>
</Stack>
),
Expand Down Expand Up @@ -147,7 +147,7 @@ export const WithImageInside: Story = {
</Stack>
}
>
<Icons.Airplane />
<Icons.Airplane ariaLabel="More information" />
</TooltipPrimitive>
),

Expand Down

0 comments on commit 25462f1

Please sign in to comment.