imancrsrk commented on code in PR #28349:
URL: https://github.com/apache/superset/pull/28349#discussion_r1596179974
##########
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:
I've pushed this viewBox change. But I'm curious to learn how it works. I
tried fiddling with x, y, width, height values but I wasn't able to understand
what was going on.
--
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]