Skip to content

Commit

Permalink
Remove md-primary from MdDialogConfirm's cancel button
Browse files Browse the repository at this point in the history
As recommended in vuematerial#1622
  • Loading branch information
Matt Grande committed Mar 27, 2018
1 parent 5c30f73 commit c385b3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<md-dialog-content v-if="mdContent" v-html="mdContent" />

<md-dialog-actions>
<md-button class="md-primary" @click="onCancel">{{ mdCancelText }}</md-button>
<md-button @click="onCancel">{{ mdCancelText }}</md-button>
<md-button class="md-primary" @click="onConfirm">{{ mdConfirmText }}</md-button>
</md-dialog-actions>
</md-dialog>
Expand Down

0 comments on commit c385b3e

Please sign in to comment.