Skip to content

Commit

Permalink
Change color of remove mission button
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddasol committed Jun 1, 2023
1 parent e694cce commit 078b3bf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ export function MissionQueueCard({ mission, onDeleteMission }: MissionQueueCardP
{TranslateText('Cancel')}{' '}
</Button>
<Button
color="danger"
onClick={() => {
onDeleteMission(mission)
setConfirmDeleteDialogOpen(false)
Expand Down

0 comments on commit 078b3bf

Please sign in to comment.