Skip to content

Commit e390431

Browse files
author
Kubit
committed
Add title to Icon on Tooltip Component
1 parent 34052ce commit e390431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/tooltip/stories/tooltip.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const Tooltip: Story = {
4343
},
4444
children: 'Hover me',
4545
align: TooltipAlignType.TOP,
46-
closeIcon: { icon: ICONS.ICON_PLACEHOLDER, altText: 'Close icon' },
46+
closeIcon: { icon: ICONS.ICON_PLACEHOLDER, altText: 'Close icon', title: 'Close' },
4747
tooltipAsModal: false,
4848
themeArgs: themesObject[themeSelected][STYLES_NAME.TOOLTIP],
4949
},

0 commit comments

Comments
 (0)