mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-02-08 22:32: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: {
|
||||
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…
Add table
Reference in a new issue