feat: -rm sx prop styles

This commit is contained in:
karishmas6
2024-10-19 03:55:27 +05:30
parent 1bab71212d
commit 7f1878b583

View File

@@ -70,7 +70,7 @@ export const CollapsibleRow = ({ row, handleDelete, isOpen, currentLog, abortRun
handleDelete(); handleDelete();
} }
}) })
}} sx={{'&:hover': { color: '#1976d2', backgroundColor: 'transparent' }}}> }}>
<DeleteForever/> <DeleteForever/>
</IconButton> </IconButton>
</TableCell> </TableCell>