Skip to content

Commit 91a4eda

Browse files
authored
Merge pull request #1824 from eijawerner/missing-icon-tooltip
bugfix missing tooltip on fa icons
2 parents fe4a79a + 87589ca commit 91a4eda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/browser/components/icons/IconContainer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ export const IconContainer = (props: IconContainerProps): JSX.Element => {
9292
) : (
9393
<StyledIconWrapper
9494
{...rest}
95+
title={title}
9596
style={{ fontSize: fontSize, lineHeight: 'inherit' }}
9697
/>
9798
)

0 commit comments

Comments
 (0)