Checked contrast rating errors

This commit is contained in:
Henry Jameson 2020-01-20 00:37:45 +02:00
parent e4033c85e2
commit 6a3714fcc6
1 changed files with 3 additions and 1 deletions

View File

@ -41,8 +41,10 @@ export default {
large: {
required: false
},
// TODO: Make theme switcher compute theme initially so that contrast
// component won't be called without contrast data
contrast: {
required: true,
required: false,
type: Object
}
},