Skip to content

Commit

Permalink
feat(VBtn): remove default color
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed May 5, 2021
1 parent 5291edf commit 0e92aa7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/vuetify/src/components/VBtn/VBtn.tsx
Expand Up @@ -35,10 +35,7 @@ export default defineComponent({

block: Boolean,

color: {
type: String,
default: 'primary',
},
color: String,
disabled: Boolean,
...makeBorderProps(),
...makeRoundedProps(),
Expand Down

0 comments on commit 0e92aa7

Please sign in to comment.