Skip to content

Commit 138e247

Browse files
Merge pull request #28 from Daandelange/fix-prop-type-warning
Fix Vue type warning in panel
2 parents 2331406 + 81935ac commit 138e247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Colors.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default {
5959
label: String,
6060
value: String,
6161
contrast: [Boolean, Array],
62-
contrastColors: Array,
62+
contrastColors: [Array, Boolean],
6363
readability: Boolean,
6464
alpha: Boolean,
6565
invalid: Boolean,

0 commit comments

Comments
 (0)