Skip to content

Commit

Permalink
chore: add tooltip for search box
Browse files Browse the repository at this point in the history
  • Loading branch information
SRK committed May 8, 2024
1 parent aae4349 commit 5158e47
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion superset-frontend/src/components/InfoTooltip/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,11 @@ export default function InfoTooltip({
overlayStyle={overlayStyle}
color={bgColor}
>
<Icons.InfoSolidSmall className="info-solid-small" viewBox={viewBox} />
<Icons.InfoSolidSmall
className="info-solid-small"
viewBox={viewBox}
iconSize="m"
/>
</StyledTooltip>
);
}

0 comments on commit 5158e47

Please sign in to comment.