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.
2 parents fe4a79a + 87589ca commit 91a4edaCopy full SHA for 91a4eda
src/browser/components/icons/IconContainer.tsx
@@ -92,6 +92,7 @@ export const IconContainer = (props: IconContainerProps): JSX.Element => {
92
) : (
93
<StyledIconWrapper
94
{...rest}
95
+ title={title}
96
style={{ fontSize: fontSize, lineHeight: 'inherit' }}
97
/>
98
)
0 commit comments