mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-02-13 16:52:39 +01:00
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: {
|
large: {
|
||||||
required: false
|
required: false
|
||||||
},
|
},
|
||||||
|
// TODO: Make theme switcher compute theme initially so that contrast
|
||||||
|
// component won't be called without contrast data
|
||||||
contrast: {
|
contrast: {
|
||||||
required: true,
|
required: false,
|
||||||
type: Object
|
type: Object
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue