complete MUI migration

This commit is contained in:
fbruc03
2022-12-05 12:01:51 +01:00
parent 8716649be7
commit ae61d2b11b
30 changed files with 59 additions and 54 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ class DeleteProject extends Component {
className={this.props.classes.buttonTrash}
onClick={() => this.props.deleteProject(this.props.projectType, this.props.project._id)}
size="large">
<FontAwesomeIcon icon={faTrashAlt} size="xs" />
<FontAwesomeIcon icon={faTrashAlt} size="xs" />
</IconButton>
</Tooltip>