Skip to content

Commit

Permalink
feat: add textColor to colorable mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
ayZagen committed Sep 16, 2020
1 parent 358f1d7 commit 96c5150
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/mixins/colorable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const Colorable: ComponentOptions = {

props: {
color: String,
textColor: { type: String, required: false, default: 'white' }
},

methods: {
Expand Down

0 comments on commit 96c5150

Please sign in to comment.