Skip to content

Commit

Permalink
Merge pull request #28 from Daandelange/fix-prop-type-warning
Browse files Browse the repository at this point in the history
Fix Vue type warning in panel
  • Loading branch information
nilshoerrmann authored Jan 16, 2023
2 parents 2331406 + 81935ac commit 138e247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Colors.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default {
label: String,
value: String,
contrast: [Boolean, Array],
contrastColors: Array,
contrastColors: [Array, Boolean],
readability: Boolean,
alpha: Boolean,
invalid: Boolean,
Expand Down

0 comments on commit 138e247

Please sign in to comment.