rusackas commented on code in PR #28349:
URL: https://github.com/apache/superset/pull/28349#discussion_r1596039899


##########
superset-frontend/src/components/InfoTooltip/index.tsx:
##########
@@ -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"

Review Comment:
   You can avoid altering the InfoTooltip alltogether, and play with the 
viewbox attribute... it seems like `<InfoTooltip tooltip={toolTipDescription} 
viewBox='0 -7 28 28'/>` works OK. It's kind of an awkward-feeling attribute to 
fiddle with, though.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to