complete MUI migration
This commit is contained in:
@@ -189,7 +189,7 @@ class Compile extends Component {
|
||||
className={`compileBlocks ${this.props.classes.iconButton}`}
|
||||
onClick={() => this.compile()}
|
||||
size="large">
|
||||
<FontAwesomeIcon icon={faClipboardCheck} size="xs" />
|
||||
<FontAwesomeIcon icon={faClipboardCheck} size="xs" />
|
||||
</IconButton>
|
||||
</Tooltip>
|
||||
) : (
|
||||
@@ -201,6 +201,7 @@ class Compile extends Component {
|
||||
>
|
||||
<FontAwesomeIcon
|
||||
icon={faClipboardCheck}
|
||||
|
||||
style={{ marginRight: "5px" }}
|
||||
/>{" "}
|
||||
Kompilieren
|
||||
@@ -301,6 +302,7 @@ class Compile extends Component {
|
||||
>
|
||||
<FontAwesomeIcon
|
||||
icon={faClipboardCheck}
|
||||
|
||||
style={{ marginRight: "5px" }}
|
||||
/>{" "}
|
||||
Starte Übertragung
|
||||
|
||||
@@ -17,6 +17,7 @@ const SaveIcon = ({ loading }) => (
|
||||
<FontAwesomeIcon
|
||||
style={{ position: "absolute" }}
|
||||
icon={faCircleNotch}
|
||||
|
||||
spin={true}
|
||||
size="2x"
|
||||
color="grey"
|
||||
@@ -30,6 +31,7 @@ const SaveIcon = ({ loading }) => (
|
||||
transform: "translate(-50%,-50%)",
|
||||
}}
|
||||
icon={faSave}
|
||||
|
||||
color={loading ? "grey" : "green"}
|
||||
size={loading ? "1x" : "lg"}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user