We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34052ce commit e390431Copy full SHA for e390431
src/components/tooltip/stories/tooltip.stories.tsx
@@ -43,7 +43,7 @@ export const Tooltip: Story = {
43
},
44
children: 'Hover me',
45
align: TooltipAlignType.TOP,
46
- closeIcon: { icon: ICONS.ICON_PLACEHOLDER, altText: 'Close icon' },
+ closeIcon: { icon: ICONS.ICON_PLACEHOLDER, altText: 'Close icon', title: 'Close' },
47
tooltipAsModal: false,
48
themeArgs: themesObject[themeSelected][STYLES_NAME.TOOLTIP],
49
0 commit comments