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 10, 2024
1 parent 3344461 commit 2cb804d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions superset-frontend/src/components/InfoTooltip/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,7 @@ export default function InfoTooltip({
overlayStyle={overlayStyle}
color={bgColor}
>
<Icons.InfoSolidSmall
className="info-solid-small"
viewBox={viewBox}
iconSize="m"
/>
<Icons.InfoSolidSmall className="info-solid-small" viewBox={viewBox} />
</StyledTooltip>
);
}

0 comments on commit 2cb804d

Please sign in to comment.