We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4086a0 commit 2a72576Copy full SHA for 2a72576
lib/components/button.vue
@@ -49,7 +49,7 @@ export default {
49
return this.block ? 'btn-block' : '';
50
},
51
btnVariant() {
52
- return this.variant ? `btn-${this.variant}` : `btn-secondary`;
+ return this.variant ? `btn-${this.variant}` : `btn-light`;
53
54
btnSize() {
55
return this.size ? `btn-${this.size}` : '';
0 commit comments