forked from AkkomaGang/akkoma-fe
Checked contrast rating errors
This commit is contained in:
parent
e4033c85e2
commit
6a3714fcc6
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue