Skip to content

Commit

Permalink
Switch the stop button to be mildly dangerous
Browse files Browse the repository at this point in the history
  • Loading branch information
DingoEatingFuzz committed May 25, 2018
1 parent 826416c commit f79ce60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/templates/components/two-step-button.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{#if isIdle}}
<button data-test-idle-button type="button" class="button is-warning is-small is-inline" onclick={{action "promptForConfirmation"}}>
<button data-test-idle-button type="button" class="button is-danger is-outlined is-important is-small is-inline" onclick={{action "promptForConfirmation"}}>
{{idleText}}
</button>
{{else if isPendingConfirmation}}
Expand Down

0 comments on commit f79ce60

Please sign in to comment.