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



##########
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:
       Thanks, @lyndsiWilliams and @AAfghahi! I Changed `css` to `style`. Based 
on the article you linked, Lyndsi, it looks like I was on the right track with 
using `fontSize`. I did try setting `iconSize="l"`, but that only brought the 
icon up to `16px*16px` and the ticket said `18px*18px`.




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