Skip to content

Commit

Permalink
Add color=error to landing dot menu terminate entry too
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmcorvidae committed Oct 3, 2024
1 parent 3061ac1 commit e331e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/analyses/landing/DotMenuItems.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export default function DotMenuItems(props) {
}}
>
<ListItemIcon>
<CancelIcon fontSize="small" />
<CancelIcon color="error" fontSize="small" />
</ListItemIcon>
<ListItemText primary={t("terminate")} />
</MenuItem>
Expand Down

0 comments on commit e331e5d

Please sign in to comment.