EnxDev commented on code in PR #34281:
URL: https://github.com/apache/superset/pull/34281#discussion_r2226689329
##########
superset-frontend/src/features/home/SavedQueries.tsx:
##########
@@ -298,6 +298,7 @@ export const SavedQueries = ({
iconColor={theme.colorPrimary}
iconSize="m"
/>
+
Review Comment:
I believe it would be better to fix this by placing the icon inside the
buttons object, like this:
`icon: <Icons.PlusOutlined iconSize="m" />`
--
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]