lyndsiWilliams commented on a change in pull request #14956:
URL: https://github.com/apache/superset/pull/14956#discussion_r648433773



##########
File path: superset-frontend/src/CRUD/CollectionTable.tsx
##########
@@ -261,7 +261,7 @@ export default class CRUDCollection extends 
React.PureComponent<
             aria-label="Delete item"
             className="pointer"
             data-test="crud-delete-icon"
-            iconSize="m"
+            css={{fontSize:"18px"}}

Review comment:
       Can you try using `style` instead of `css` here? I think that's probably 
the best way to change this, check out this 
[article](https://stackoverflow.com/questions/54456956/how-can-i-set-the-size-of-icons-in-ant-design).




-- 
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.

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