Skip to content

Commit

Permalink
Merge pull request #4339 from hashicorp/ui-change-stop-button-style
Browse files Browse the repository at this point in the history
UI: Switch the stop button style to look mildly dangerous
  • Loading branch information
DingoEatingFuzz authored May 25, 2018
2 parents d178825 + f79ce60 commit 32df9a6
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 32df9a6

Please sign in to comment.