resolve some warnings

This commit is contained in:
Mario Pesch
2022-03-01 14:56:08 +01:00
parent d62a27c2cc
commit 8823c09d3f
4 changed files with 32 additions and 24 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ class Compile extends Component {
className={`compileBlocks ${this.props.classes.iconButton}`}
onClick={() => this.compile()}
>
<FontAwesomeIcon icon={faClipboardCheck} size="m" />
<FontAwesomeIcon icon={faClipboardCheck} size="xs" />
</IconButton>
</Tooltip>
) : (