Skip to content

Commit

Permalink
fix: typo in the source
Browse files Browse the repository at this point in the history
  • Loading branch information
smellyshovel committed Jul 24, 2019
1 parent 3eb9ca5 commit 69bc848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vuestic-theme/vuestic-components/va-chip/VaBadge.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default {
}
},
badgeStyle () {
return {
const computedStyles = {
color: this.outline ? this.$themes[this.color] : '#ffffff',
borderColor: this.$themes[this.color],
backgroundColor: !this.outline ? this.$themes[this.color] : '',
Expand Down

0 comments on commit 69bc848

Please sign in to comment.