From 2cf99467fc49e9a99045215544bf92982655cdb0 Mon Sep 17 00:00:00 2001 From: Andrew Bastian <50464395+andrewbastian@users.noreply.github.com> Date: Fri, 18 Jun 2021 08:50:11 -0700 Subject: [PATCH] chore: Add height/width TrashIcon SVG(18px/18px)-Edit Dataset modal (#14956) * Add min-height/width TrashIcon SVG(18px/18px)-Edit Dataset modal * Reworked styling to be inline on SVG component via CSS from `emotion` * Changed parameter from `css` to 'style' * Fixed lint error. * Changed `style` back to `css` Co-authored-by: andrewbastian --- superset-frontend/src/CRUD/CollectionTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/src/CRUD/CollectionTable.tsx b/superset-frontend/src/CRUD/CollectionTable.tsx index 9a870da796..772dda4c4a 100644 --- a/superset-frontend/src/CRUD/CollectionTable.tsx +++ b/superset-frontend/src/CRUD/CollectionTable.tsx @@ -352,7 +352,7 @@ export default class CRUDCollection extends React.PureComponent< aria-label="Delete item" className="pointer" data-test="crud-delete-icon" - iconSize="m" + css={{ fontSize: '18px' }} role="button" tabIndex={0} onClick={this.deleteItem.bind(this, record.id)}