Skip to content

Commit

Permalink
feat(Tooltip): 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 d586d9b commit 91c8aa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/orbit-components/src/Tooltip/Tooltip.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const Default: Story = {
render: args => (
<Stack justify="center">
<Tooltip {...args}>
<Icons.Airplane />
<Icons.Airplane ariaLabel="More information" />
</Tooltip>
</Stack>
),
Expand Down Expand Up @@ -149,7 +149,7 @@ export const WithImageInside: Story = {
</Stack>
}
>
<Icons.Airplane />
<Icons.Airplane ariaLabel="More information" />
</Tooltip>
),

Expand Down

0 comments on commit 91c8aa9

Please sign in to comment.