Skip to content

Commit

Permalink
Change terminate icon to red
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmcorvidae committed Oct 3, 2024
1 parent 666ae5b commit 3061ac1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/analyses/landing/AnalysisSubmissionLanding.js
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,9 @@ export default function AnalysisSubmissionLanding(props) {
onClick={() => {
handleTerminateSelected();
}}
startIcon={<CancelIcon />}
startIcon={
<CancelIcon color="error" />
}
>
{!isSmDown && (
<>{t("terminate")}</>
Expand Down

0 comments on commit 3061ac1

Please sign in to comment.